memory statusbar with multilanguage support (#536)
* for multilanguage support see issue number #535 * emoji
This commit is contained in:
parent
22ff37646c
commit
26d8e9e006
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ case $BLOCK_BUTTON in
|
|||
- Click to show memory hogs." ;;
|
||||
esac
|
||||
|
||||
free -h | awk '/^Mem:/ {print "🧠", $3 "/" $2}'
|
||||
free -h | sed -n '2{p;q}' | awk '{print "🧠", $3 "/" $2}'
|
||||
|
|
Loading…
Reference in a new issue