summaryrefslogtreecommitdiff
path: root/.local/bin/statusbar/bar-memory
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/statusbar/bar-memory')
-rwxr-xr-x.local/bin/statusbar/bar-memory8
1 files changed, 0 insertions, 8 deletions
diff --git a/.local/bin/statusbar/bar-memory b/.local/bin/statusbar/bar-memory
deleted file mode 100755
index 44a8ed3..0000000
--- a/.local/bin/statusbar/bar-memory
+++ /dev/null
@@ -1,8 +0,0 @@
1#!/bin/sh
2
3case $BUTTON in
4 1)notify-send "$(ps axc -o cmd:15,%mem --sort=-%mem | head -6)";;
5 3)urxvt -e vim ~/.local/bin/statusbar/bar-memory
6esac
7free --si -h | grep Mem | awk '{ print $3 "/" $2 }'
8