minimized statusbar

This commit is contained in:
2020-12-15 13:37:43 +01:00
parent f77b22b5a4
commit f0099e421a
2 changed files with 4 additions and 2 deletions

View File

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