pidof/pamixer allows quick vol update

battery script already on one line
This commit is contained in:
Luke Smith 2020-04-14 20:25:40 -04:00
parent 29485b43b0
commit 26a4d1b81b
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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},