From e249123c6255b327bb8b0b00b18c95b0b4c8e2d7 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Wed, 10 Aug 2022 09:34:03 +0530 Subject: Update config.h --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 3ff8f89..38ae20a 100644 --- a/config.h +++ b/config.h @@ -1,7 +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*/ +/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signals*/ {"", "nettraf", 1, 16}, {"", "volume", 1, 10}, {"", "clock", 60, 1}, -- cgit v1.2.3-59-g8ed1b