aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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