add statusbar elements
This commit is contained in:
parent
66f712c669
commit
e7e5ed3f64
1 changed files with 5 additions and 3 deletions
8
blocks.h
8
blocks.h
|
@ -1,7 +1,9 @@
|
||||||
static const Block blocks[] = {
|
static const Block blocks[] = {
|
||||||
// <i> <cmd> <int> <sig>
|
// <i> <cmd> <int> <sig>
|
||||||
{"", "sb-battery", 5, 0},
|
{"", "sb-vpn", 30, 2},
|
||||||
{"", "date +'%a %m/%d %I:%M %P'", 5, 0},
|
{"", "sb-cast", 30, 1},
|
||||||
|
{"", "sb-battery", 5, 0},
|
||||||
|
{"", "date +'%a %m/%d %I:%M %P'", 5, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
static char delim[] = " | ";
|
static char delim[] = " | ";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue