more modules

This commit is contained in:
tavo-wasd 2023-05-01 00:47:49 -06:00
parent 763e69e3fc
commit 6675b22e35

View file

@ -1,13 +1,15 @@
//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*/
{"", "volstat", 0, 10},
{" 󰍬 ", "micstat", 0, 11},
/* {" 直 ", "iwdstat", 2, 0},*/
{"", "layoutstat", 0, 12},
/* {"  ", "batstat", 2, 0},*/
{"", "date '+%I:%M%p'", 2, 0},
{"", "date '+%a %Y-%m-%d'", 2, 0},
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "volstat", 0, 10},
{" 󰍬 ", "micstat", 0, 11},
/* {" 直 ", "iwdstat", 2, 0},*/
{"", "layoutstat", 0, 12},
{"", "memorystat", 2, 0},
{" 󰍛 ", "cpustat", 2, 0},
/* {"  ", "batstat", 2, 0},*/
{"", "date '+%I:%M%p'", 2, 0},
{"", "date '+%a %Y-%m-%d'", 2, 0},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.