undo error

This commit is contained in:
Dr. Amr Osman 2019-04-03 01:52:43 +02:00
parent 1d34620c0d
commit b10f51935e

View File

@ -3,6 +3,7 @@
case $BLOCK_BUTTON in
1) notify-send "🧠 Memory hogs" "$(ps axch -o cmd:15,%mem --sort=-%mem | head)" ;;
3) notify-send "🧠 Memory module" "\- Shows Memory Used/Total.
- Click to show memory hogs." ;;
esac
free -h | awk '/^Mem:/ {print $3 "/" $2}'