Huge statusbar changes, no more Material stuff.

This commit is contained in:
Bartek Stalewski 2022-04-14 00:55:23 +02:00
parent 7073a4a805
commit ef80d981bf
7 changed files with 27 additions and 27 deletions

View file

@ -1,14 +1,14 @@
//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-emerge", 1, 0 },
{"", "sb-mail", 180, 16 },
{"", "sb-volume", 0, 12 },
{"", "sb-network", 1, 0 },
{"", "sb-battery", 3, 0 },
{"\ue935 ", "date '+%F %I:%M:%S %p'", 1, 0 },
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "sb-emerge", 1, 0 },
{"", "sb-mail", 60, 16 },
{"", "sb-volume", 0, 12 },
{"\uf1eb ", "sb-network", 1, 0 },
{"\uf241 ", "sb-battery", 3, 0 },
{"\uf073 ", "date '+%F %I:%M:%S %p |'", 1, 0 },
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim[] = " ";
static unsigned int delimLen = 1;
static char delim[] = " | ";
static unsigned int delimLen = 3;