made some updates
This commit is contained in:
parent
a933ce0d61
commit
62470a8c4b
10
blocks.def.h
10
blocks.def.h
@ -1,9 +1,15 @@
|
|||||||
//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*/
|
||||||
{"Mem:", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0},
|
{"Mem ", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0},
|
||||||
|
|
||||||
{"", "date '+%b %d (%a) %I:%M%p'", 5, 0},
|
{" ", "date '+(%a) %Y-%m-%d %H:%M'", 5, 0},
|
||||||
|
|
||||||
|
{"", "status-net", 30, 0},
|
||||||
|
|
||||||
|
{"", "status-vol", 30, 0},
|
||||||
|
|
||||||
|
{" ", "", 3600, 0}, /* badding */
|
||||||
};
|
};
|
||||||
|
|
||||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user