Dr. Amr Osman 1d34620c0d fix
2019-04-03 01:47:09 +02:00

9 lines
233 B
Bash
Executable File

#!/bin/sh
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.
esac
free -h | awk '/^Mem:/ {print $3 "/" $2}'