pidof/pamixer allows quick vol update
battery script already on one line
This commit is contained in:
parent
29485b43b0
commit
26a4d1b81b
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -12,8 +12,8 @@ static const Block blocks[] = {
|
||||||
/* {"moonphase", 18000, 5}, */
|
/* {"moonphase", 18000, 5}, */
|
||||||
{"weather", 18000, 5},
|
{"weather", 18000, 5},
|
||||||
{"mailbox", 180, 12},
|
{"mailbox", 180, 12},
|
||||||
{"volume", 1, 10},
|
{"volume", 0, 10},
|
||||||
{"battery | tr \'\n\' \' \'", 5, 3},
|
{"battery", 5, 3},
|
||||||
{"clock", 60, 1},
|
{"clock", 60, 1},
|
||||||
{"internet", 5, 4},
|
{"internet", 5, 4},
|
||||||
{"help", 0, 15},
|
{"help", 0, 15},
|
||||||
|
|
Loading…
Reference in a new issue