minimized statusbar
This commit is contained in:
@ -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}'
|
||||
|
Reference in New Issue
Block a user