wip commit, not working somehow :(
This commit is contained in:
parent
aec3e9ddd5
commit
c2d5bb0450
@ -3,6 +3,8 @@ static const Block blocks[] = {
|
|||||||
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
||||||
{"", "status-bat", 1, 0},
|
{"", "status-bat", 1, 0},
|
||||||
|
|
||||||
|
{"", "status-vol", 1, 0},
|
||||||
|
|
||||||
{" ", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0},
|
{" ", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0},
|
||||||
|
|
||||||
{"", "status-disk", 30, 0},
|
{"", "status-disk", 30, 0},
|
||||||
@ -11,11 +13,9 @@ static const Block blocks[] = {
|
|||||||
|
|
||||||
{"", "status-net", 1, 0},
|
{"", "status-net", 1, 0},
|
||||||
|
|
||||||
{"", "status-vol", 1, 0},
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||||
static char delim[] = " | ";
|
static char delim[] = " | ";
|
||||||
static unsigned int delimLen = 5;
|
static unsigned int delimLen = 6;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user