summaryrefslogtreecommitdiff
path: root/memory
diff options
context:
space:
mode:
Diffstat (limited to 'memory')
-rwxr-xr-xmemory2
1 files changed, 1 insertions, 1 deletions
diff --git a/memory b/memory
index e9f8b2b..8b81626 100755
--- a/memory
+++ b/memory
@@ -1,4 +1,4 @@
-#!/sbin/sh
+#!/bin/sh
case $BLOCK_BUTTON in
1) notify-send "Memory hogs" "$(ps axch -o cmd:15,%mem --sort=-%mem | head)" ;;