summaryrefslogtreecommitdiff
path: root/ar/.local/bin/statusbar/sb-memory
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-14 05:32:12 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-14 05:32:12 +0900
commit5bcc5adb64972016d1a94f1b1606f4b97872e1a3 (patch)
tree6855fcaec6afcff3d11146fd100c01a1942ecec9 /ar/.local/bin/statusbar/sb-memory
parentfefc603703b46a57326df98565f78b83508e5df7 (diff)
modified statusbar/sb-cpu, modified statusbar/sb-memory
Diffstat (limited to 'ar/.local/bin/statusbar/sb-memory')
-rwxr-xr-xar/.local/bin/statusbar/sb-memory5
1 files changed, 3 insertions, 2 deletions
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