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-memory | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ar/.local/bin/statusbar/sb-memory') diff --git a/ar/.local/bin/statusbar/sb-memory b/ar/.local/bin/statusbar/sb-memory index 3c9dd03..3b71f3c 100755 --- a/ar/.local/bin/statusbar/sb-memory +++ b/ar/.local/bin/statusbar/sb-memory @@ -3,9 +3,10 @@ case $BLOCK_BUTTON in 1) notify-send "🐏 Memory hogs" "$(ps axch -o cmd,%mem | awk '{cmd[$1]+=$2} END {for (i in cmd) print i, cmd[i]}' | sort -nrk2 | head)" ;; 2) setsid -f "$TERMINAL" -e htop ;; -3) notify-send "🐏 Memory module" "\- Shows Memory used/total +3) notify-send "🐏 Memory module" "\- Shows Memory temperature and used/total - Left click to show memory hogs -- Middle click to open htop" ;; +- Middle click to open htop +🌡️: Memory temperature" ;; 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac -- cgit v1.2.3