1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

cleaning up statusbar scripts

This commit is contained in:
TiynGER
2020-03-28 13:11:45 +01:00
parent 8c94372d1c
commit bb7b29523e
9 changed files with 2 additions and 69 deletions

View File

@@ -1,9 +1,3 @@
#!/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.
- Click to show memory hogs." ;;
esac
free -h | awk '/^Mem:/ {print $3 "/" $2}'