-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstring-bazaar.conf
More file actions
104 lines (84 loc) · 2.88 KB
/
string-bazaar.conf
File metadata and controls
104 lines (84 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#
# string-bazaar.conf - wmii-bazaar
# by Antonio Galeone <antonio.galeone@gmail.org>
#
home.dir=~/.string-bazaar
# Log levels:
# FATAL=5
# ERROR=4
# WARN=3
# INFO=2
# DEBUG=1
# TRACE=0
log.file=@{home.dir}/.string-bazaar.log
log.level=3
#output text|i3bar-json
output=i3bar-json
output.text.sep.begin=[\s
output.text.sep.end=\s]
output.text.sep=\s|\s
stalls.dir=stalls
stalls.list=wall,batt,cmdout@@@ruby,cmdout@@@eth0,timedate@@@time
stalls.main-loop-lapse=1
# commons stalls conf
stalls.conf.lapse=10
stalls.conf.color=#000000
# batt conf
stalls.conf.batt.info_dir=/sys/class/power_supply/BAT1
stalls.conf.batt.alert_level=30
stalls.conf.batt.i3bar.separator=true
#stalls.conf.batt.i3bar.color=#333333
#stalls.conf.batt.i3bar.background=#4fe04a
#stalls.conf.batt.i3bar.separator_block_width=9
# chkmail conf
stalls.conf.chkmail.mbox=~/Mail/antonio
# mywall conf
# type workspace,random
#stalls.conf.wall.type=workspace
stalls.conf.wall.type=random
stalls.conf.wall.dir=~/.images
stalls.conf.wall.random.gap=100
# mytime conf
stalls.conf.timedate.format=%a %d %b %Y %H:%M:%S
stalls.conf.timedate.lapse=1
#stalls.conf.timedate.i3bar.color=#333333
stalls.conf.timedate.i3bar.background=#061630
stalls.conf.timedate.i3bar.border=#990000
#stalls.conf.timedate.i3bar.border_top=1
#stalls.conf.timedate.i3bar.border_right=0
#stalls.conf.timedate.i3bar.border_bottom=3
#stalls.conf.timedate.i3bar.border_left=1
#stalls.conf.timedate.i3bar.urgent=false
stalls.conf.timedate.i3bar.separator=true
stalls.conf.timedate.i3bar.separator_block_width=9
# timedate@@@time
stalls.conf.timedate@@@time.format=%H:%M:%S
stalls.conf.timedate@@@time.lapse=1
#stalls.conf.timedate@@@time.i3bar.color=#333333
stalls.conf.timedate@@@time.i3bar.background=#06165D
stalls.conf.timedate@@@time.i3bar.border=#2142DE
#stalls.conf.timedate@@@time.i3bar.background=#999999
#stalls.conf.timedate@@@time.i3bar.border=#990000
#stalls.conf.timedate@@@time.i3bar.border_top=1
#stalls.conf.timedate@@@time.i3bar.border_right=0
#stalls.conf.timedate@@@time.i3bar.border_bottom=3
#stalls.conf.timedate@@@time.i3bar.border_left=1
#stalls.conf.timedate@@@time.i3bar.urgent=false
stalls.conf.timedate@@@time.i3bar.separator=true
stalls.conf.timedate@@@time.i3bar.separator_block_width=9
# cmdout@@@ruby
stalls.conf.cmdout@@@ruby.lapse=10
stalls.conf.cmdout@@@ruby.cmd=ps aux | grep ruby | wc -l|awk '{print $0-1}'
stalls.conf.cmdout@@@ruby.label=ruby->
stalls.conf.cmdout@@@ruby.i3bar.background=#ffff00
stalls.conf.cmdout@@@ruby.i3bar.color=#000099
# cmdout@@@eth0
stalls.conf.cmdout@@@eth0.lapse=20
stalls.conf.cmdout@@@eth0.cmd=ip address | ip addr show eth0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1
stalls.conf.cmdout@@@eth0.label=
#stalls.conf.cmdout@@@eth0.i3bar.background=#ffff00
#stalls.conf.cmdout@@@eth0.i3bar.color=#000099
# wifi
stalls.conf.wifi.interface=wlan0
stalls.conf.wifi.info_dir=/sys/class/net/wlan0
stalls.conf.wifi.alert_level=20