nerdfonts

This commit is contained in:
tavo-wasd 2023-05-07 20:06:48 -06:00
parent 2e8eacad37
commit ed7ed82bfa

View file

@ -2,15 +2,15 @@
static const Block blocks[] = { static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{" 󰕾 ", "volstat", 0, 10}, {" 󰕾 ", "volstat", 0, 10},
{" 󰍬 ", "micstat", 0, 11}, {" ", "micstat", 0, 11},
/* {" 󰖩 ", "iwdstat", 2, 0},*/ /* {" 󰖩 ", "iwdstat", 2, 0},*/
{" 󰌌 ", "layoutstat", 0, 12}, {" 󰌌 ", "layoutstat", 0, 12},
{"", "memorystat", 2, 0}, {"", "memorystat", 1, 0},
{" 󰍛 ", "cpustat", 2, 0}, {" ", "cpustat", 1, 0},
{" 󰇚 ", "netstat", 2, 0}, {" 󰁆 ", "netstat", 2, 0},
/* {" 󰁹 ", "batstat", 2, 0},*/ /* {" 󰁹 ", "batstat", 1, 0},*/
{" 󰥔 ", "date '+%I:%M%p'", 2, 0}, {" ", "date '+%I:%M%p'", 1, 0},
{"", "date '+%a %Y-%m-%d'", 2, 0}, {"", "date '+%a %Y-%m-%d'", 1, 0},
}; };
//sets delimeter between status commands. NULL character ('\0') means no delimeter. //sets delimeter between status commands. NULL character ('\0') means no delimeter.