memory statusbar with multilanguage support (#536)

* for multilanguage support

see issue number #535

* emoji
This commit is contained in:
Hekuran 2020-04-02 13:09:54 +02:00 committed by GitHub
parent 22ff37646c
commit 26d8e9e006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,4 @@ case $BLOCK_BUTTON in
- Click to show memory hogs." ;; - Click to show memory hogs." ;;
esac esac
free -h | awk '/^Mem:/ {print "🧠", $3 "/" $2}' free -h | sed -n '2{p;q}' | awk '{print "🧠", $3 "/" $2}'