This commit is contained in:
Dr. Amr Osman 2019-04-03 01:47:09 +02:00
commit 1d34620c0d
2 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 785 KiB

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

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