This commit is contained in:
tavo-wasd 2023-08-01 11:36:41 -06:00
parent f99055051e
commit 751118d2d6

View file

@ -1,18 +1,18 @@
//Modify this file to change what commands output to your statusbar, and recompile using the make command. //Modify this file to change what commands output to your statusbar, and recompile using the make command.
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},
{"", "netstat", 2, 0},
/* {"", "batstat", 1, 0},*/
{"󰌌 ", "layoutstat", 0, 12}, {"󰌌 ", "layoutstat", 0, 12},
/* {" 󰖩 ", "iwdstat", 2, 0},*/
/* {" ", "memorystat", 1, 0},*/ /* {" ", "memorystat", 1, 0},*/
/* {" ", "cpustat", 1, 0},*/ /* {" ", "cpustat", 1, 0},*/
/* {"󰯎 ", "netstat", 2, 0},*/ /* {"󰯎 ", "netstat", 2, 0},*/
/* {" 󰁹 ", "batstat", 1, 0},*/
{"", "date '+%I:%M%p'", 1, 0}, {"", "date '+%I:%M%p'", 1, 0},
{"", "date '+%a %Y-%m-%d'", 1, 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.
static char delim[] = " "; static char delim[] = " ";
static unsigned int delimLen = 5; static unsigned int delimLen = 15;