From 810a50bd51bc3d73fde69706cd5e85cb5dff90fe Mon Sep 17 00:00:00 2001 From: krolxon Date: Sat, 4 Nov 2023 13:12:19 +0530 Subject: [PATCH] add sb-battery --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 507575a..2b124fd 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,7 @@ //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-volume", 10, 10}, // {"", "sb-updates", 360, 12},