Slightly different color for statusbar item's icon.

This commit is contained in:
Bartek Stalewski 2022-04-15 00:44:28 +02:00
parent 826a05826d
commit 4ff14f25fd
6 changed files with 31 additions and 37 deletions

View file

@ -1,12 +1,13 @@
//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", 60, 16 },
{"", "sb-volume", 0, 12 },
{"\uf241 ", "sb-battery", 3, 0 },
{"\uf1eb ", "sb-network", 1, 0 },
{"\uf073 ", "date '+[%e] %I:%M:%S %p |'", 1, 0 },
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "sb-emerge", 1, 0 },
{"", "sb-mail", 60, 16 },
{"", "sb-vol-in", 0, 10 },
{"", "sb-vol-out", 0, 12 },
{"^c#ffffff^\uf241 ^d^", "sb-battery", 3, 0 },
{"^c#ffffff^\uf1eb ^d^", "sb-network", 1, 0 },
{"^c#ffffff^\uf073 ^d^", "date '+[%e] %I:%M:%S %p |'", 1, 0 },
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.