aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-06-28 22:48:36 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-06-28 22:48:36 +0200
commita35e3cdb46a1e25c9817d9fc0e2ab18df724ac2d (patch)
treea5347fe439426382483db111f0413c4b7287fb55
parent81757c235ff8e112b4baabdd1ff23409426e9c98 (diff)
downloaddwmblocks-async-master.tar.gz
dwmblocks-async-master.tar.bz2
dwmblocks-async-master.zip
-rw-r--r--config.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.h b/config.h
index f370c04..95b4caa 100644
--- a/config.h
+++ b/config.h
@@ -18,10 +18,11 @@
// Define blocks for the status feed as X(icon, cmd, interval, signal).
#define BLOCKS(X) \
- X("", "pw-music", 2, 5) \
- X("", "pw-fan", 5, 4) \
- X("", "pw-cputemp", 5, 3) \
- X("", "pw-battery", 5, 2) \
- X("", "pw-date", 1, 1)
+ X("", "~/.local/bin/pw-music", 2, 6) \
+ X("", "~/.local/bin/pw-pacman", 600, 5) \
+ X("", "~/.local/bin/pw-cputemp", 5, 4) \
+ X("", "~/.local/bin/pw-fan", 5, 3) \
+ X("", "~/.local/bin/pw-battery", 10, 2) \
+ X("", "~/.local/bin/pw-date", 1, 1)
#endif // CONFIG_H