systray
This commit is contained in:
parent
751118d2d6
commit
645b09c8c4
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
//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*/
|
||||
{"", "systray", 1, 0},
|
||||
{"", "volstat", 0, 10},
|
||||
{"", "micstat", 0, 11},
|
||||
{"", "netstat", 2, 0},
|
||||
/* {"", "batstat", 1, 0},*/
|
||||
{"", "batstat", 1, 0},
|
||||
{" ", "layoutstat", 0, 12},
|
||||
/* {" ", "memorystat", 1, 0},*/
|
||||
/* {" ", "cpustat", 1, 0},*/
|
||||
|
|
Loading…
Reference in a new issue