summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-14 20:25:40 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-14 20:25:40 -0400
commit26a4d1b81b4311f57888cd73f679660b96a86c89 (patch)
tree4e8806bde34ceeb39524cbe1d2102fb7b186266e
parent29485b43b0712062a0ccb99a1301ef071252a95e (diff)
downloaddwmblocks-26a4d1b81b4311f57888cd73f679660b96a86c89.tar.gz
dwmblocks-26a4d1b81b4311f57888cd73f679660b96a86c89.tar.bz2
dwmblocks-26a4d1b81b4311f57888cd73f679660b96a86c89.zip
pidof/pamixer allows quick vol update
battery script already on one line
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 60025f8..0b51ee5 100644
--- a/config.h
+++ b/config.h
@@ -12,8 +12,8 @@ static const Block blocks[] = {
/* {"moonphase", 18000, 5}, */
{"weather", 18000, 5},
{"mailbox", 180, 12},
- {"volume", 1, 10},
- {"battery | tr \'\n\' \' \'", 5, 3},
+ {"volume", 0, 10},
+ {"battery", 5, 3},
{"clock", 60, 1},
{"internet", 5, 4},
{"help", 0, 15},
Software created with 💖