oops
This commit is contained in:
parent
44a09153fe
commit
742b545c60
19
blocks.h
19
blocks.h
@ -1,19 +0,0 @@
|
|||||||
// 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, 1},
|
|
||||||
{"", "status-bat", 10, 7},
|
|
||||||
{"", "status-vol", 0, 3},
|
|
||||||
{"", "status-mem", 30, 4},
|
|
||||||
{"", "status-disk", 30, 5},
|
|
||||||
{"", "status-clock", 60, 6},
|
|
||||||
{"", "status-net", 10, 15},
|
|
||||||
{"", "status-packages", 60, 8},
|
|
||||||
{" ", "", 1000, 30},
|
|
||||||
};
|
|
||||||
|
|
||||||
// sets delimeter between status commands. NULL character ('\0') means no
|
|
||||||
// delimeter.
|
|
||||||
static char delim[] = " ";
|
|
||||||
static unsigned int delimLen = 6;
|
|
||||||
Loading…
Reference in New Issue
Block a user