From a35e3cdb46a1e25c9817d9fc0e2ab18df724ac2d Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sat, 28 Jun 2025 22:48:36 +0200 Subject: update --- config.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'config.h') 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 -- cgit v1.2.3