Statusbar redesign.

This commit is contained in:
Bartek Stalewski 2022-08-21 19:26:15 +02:00
parent 967261bba8
commit 88c2f43406
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "sb-emerge", 1, 0 },
{"", "sb-mail", 1, 0 },
{"\uf86b ", "sb-vol-in", 1, 10 },
{"", "sb-vol-in", 1, 10 },
{"\uf028 ", "sb-vol-out", 1, 12 },
{"\uf1eb ", "sb-network", 1, 0 },
{"\uf241 ", "sb-battery", 3, 0 },
@ -11,5 +11,5 @@ static const Block blocks[] = {
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim[] = " | ";
static char delim[] = " ";
static unsigned int delimLen = 3;