Change the memory usage format
This commit is contained in:
parent
a054ca7ded
commit
79ebdaeba9
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
|
||||
{"", "status-battery", 60, 0},
|
||||
|
||||
{"Mem: ", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0},
|
||||
{"", "free -h | awk '/^Mem/ { printf \"%s/%s RAM\\n\", $3, $2 }' | sed 's/i//g'", 30, 0},
|
||||
|
||||
|
||||
{"", "date '+%x %R'", 30, 0},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue