diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |