From 86f55d67ab77966611adabb937372173d157ae6e Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 3 Aug 2025 11:40:47 +0530 Subject: fix compilation --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 2b124fd..001af63 100644 --- a/config.h +++ b/config.h @@ -1,15 +1,15 @@ //Modify this file to change what commands output to your statusbar, and recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - {"", "sb-battery", 5, 3}, {"", "sb-music", 0, 11}, + {"", "sb-battery", 5, 3}, {"", "sb-volume", 10, 10}, // {"", "sb-updates", 360, 12}, {"", "sb-memory", 5, 14}, // {"Mem:", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0}, - {"", "sb-clock", 60, 1}, + {"", "sb-clock", 60, 1}, }; -- cgit v1.2.3