This commit is contained in:
Hekuran 2020-04-02 10:38:44 +02:00 committed by GitHub
parent 6bef6ed49c
commit 43c5b868f2
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." ;;
esac
free -h | sed -n '2{p;q}' | awk '{print $3 "/" $2}'
free -h | sed -n '2{p;q}' | awk '{print "🧠", $3 "/" $2}'