wip commit, not working somehow :(

This commit is contained in:
Solomon Laing 2022-10-30 21:30:31 +10:30
parent aec3e9ddd5
commit c2d5bb0450

View File

@ -3,6 +3,8 @@ static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "status-bat", 1, 0},
{"", "status-vol", 1, 0},
{"", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0},
{"", "status-disk", 30, 0},
@ -11,11 +13,9 @@ static const Block blocks[] = {
{"", "status-net", 1, 0},
{"", "status-vol", 1, 0},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim[] = " | ";
static unsigned int delimLen = 5;
static unsigned int delimLen = 6;