Massive change to the structure of the tree.

This commit is contained in:
Bartek Stalewski 2025-03-10 23:59:38 +01:00
parent 2fc5f7a514
commit c71934ed3b
No known key found for this signature in database
137 changed files with 51 additions and 266 deletions

View file

@ -1,14 +0,0 @@
//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-mail", 1, 0 },
{"", "sb-vol-in", 1, 10 },
{"\uf028 ", "sb-vol-out", 1, 12 },
{"\uf1eb ", "sb-network", 1, 0 },
{"\uf241 ", "sb-battery", 3, 0 },
{"\uf073 ", "date '+[%d] %I:%M:%S %p |'", 1, 0 },
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim[] = " ";
static unsigned int delimLen = 3;