From 5f1627249aaf93108d0a7ee124587eb126f0f895 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 14 Jan 2026 05:32:12 +0900 Subject: modified statusbar/sb-cpu, modified statusbar/sb-memory --- ar/.local/bin/statusbar/sb-cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.local/bin/statusbar/sb-cpu') diff --git a/ar/.local/bin/statusbar/sb-cpu b/ar/.local/bin/statusbar/sb-cpu index 0cb6f4f..753542f 100755 --- a/ar/.local/bin/statusbar/sb-cpu +++ b/ar/.local/bin/statusbar/sb-cpu @@ -3,7 +3,7 @@ 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" ;; -- cgit v1.2.3