commit 1841ebfbd1d40353fd5ae5aecce41b7819964926
parent e1022c4551f74cce9a4a5b30f4de4a6a4e1e9386
Author: Giovanni Amaral <giovanni@giovanniamaral.com>
Date: Sat, 1 Aug 2026 14:24:03 -0300
Organize blocks config
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/blocks.def.h b/blocks.def.h
@@ -1,11 +1,11 @@
//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, 0},
- {"🔆", "sb-brightness", 5, 1},
- {"", "sb-volume", 0, 2},
- {"", "sb-mailbox", 0, 3},
- {"📅", "sb-clock", 60, 0},
+ {"", "sb-battery", 5, 0},
+ {"🔆", "sb-brightness", 5, 1},
+ {"", "sb-volume", 0, 2},
+ {"", "sb-mailbox", 0, 3},
+ {"📅", "sb-clock", 60, 0},
};
//sets delimiter between status commands. NULL character ('\0') means no delimiter.