updated a bit
This commit is contained in:
parent
21de151144
commit
c07a0e3f0a
@ -1,6 +1,8 @@
|
||||
//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*/
|
||||
{" ", "", 1000, 0},
|
||||
|
||||
{"", "status-bat", 1, 0},
|
||||
|
||||
{"", "status-vol", 1, 0},
|
||||
@ -13,6 +15,8 @@ static const Block blocks[] = {
|
||||
|
||||
{"", "status-net", 1, 0},
|
||||
|
||||
{" ", "", 1000, 0},
|
||||
|
||||
};
|
||||
|
||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user