diff options
Diffstat (limited to 'ar/.local/bin/statusbar/sb-cpu')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-cpu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.local/bin/statusbar/sb-cpu b/ar/.local/bin/statusbar/sb-cpu index 565ca26..753542f 100755 --- a/ar/.local/bin/statusbar/sb-cpu +++ b/ar/.local/bin/statusbar/sb-cpu @@ -3,10 +3,10 @@ case $BLOCK_BUTTON in 1) notify-send "🖥 CPU hogs" "$(ps axch -o cmd,%cpu | awk '{cmd[$1]+=$2} END {for (i in cmd) print i, cmd[i]}' | sort -nrk2 | head)\\n(100% per core)" ;; 2) setsid -f "$TERMINAL" -e htop ;; -3) notify-send "🖥 CPU module " "\- Shows CPU temperature +3) notify-send "🧁 CPU module " "\- Shows CPU temperature - Left click to show intensive processes - Middle click to open htop" ;; 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac -sensors | awk '/Core 0/ {printf "🧁%d°\n", $3}' +sensors | awk '/Tctl:/ {gsub(/[+°C]/,"",$2); printf "🧁%s°", $2}' |
