summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'cpu')
-rwxr-xr-xcpu2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu b/cpu
index 283cd40..5bdfd6b 100755
--- a/cpu
+++ b/cpu
@@ -1,4 +1,4 @@
-#!/sbin/sh
+#!/bin/sh
case $BLOCK_BUTTON in
1) notify-send "CPU hogs" "$(ps axch -o comm,%cpu --sort=-%cpu | head)\\n(100% per core)" ;;