updated a bit

This commit is contained in:
Solomon Laing 2022-11-06 18:06:20 +10:30
parent 21de151144
commit c07a0e3f0a

View File

@ -1,6 +1,8 @@
//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*/
{" ", "", 1000, 0},
{"", "status-bat", 1, 0}, {"", "status-bat", 1, 0},
{"", "status-vol", 1, 0}, {"", "status-vol", 1, 0},
@ -13,6 +15,8 @@ static const Block blocks[] = {
{"", "status-net", 1, 0}, {"", "status-net", 1, 0},
{" ", "", 1000, 0},
}; };
//sets delimeter between status commands. NULL character ('\0') means no delimeter. //sets delimeter between status commands. NULL character ('\0') means no delimeter.