dwmblocks

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 75cd0cb3adb8970cf3774e3a7e004bef2f2600a4
parent 88db4b33911cdadc8ff09b3f9ac5e60e7660081e
Author: Kris Yotam <krisyotam@protonmail.com>
Date:   Wed, 28 Jan 2026 17:47:36 -0600

Replace sb-playerctl with sb-dashboard block

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -20,7 +20,7 @@ // Blocks from krisyotam's setup - async version #define BLOCKS(X) \ X("", "cat /tmp/recordingicon 2>/dev/null", 0, 9) \ - X("", "sb-playerctl", 0, 11) \ + X("", "sb-dashboard", 0, 11) \ X("", "sb-pacpackages", 0, 8) \ X("", "sb-news", 0, 6) \ X("", "sb-torrent", 20, 7) \