summaryrefslogtreecommitdiff
path: root/ar/.local/bin/statusbar
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
commit5f1627249aaf93108d0a7ee124587eb126f0f895 (patch)
tree398ec6eed20293f087645114bb1e06c7168f2f92 /ar/.local/bin/statusbar
parent6d53e7c14d39713ea33e7affb9b0aa582a4a4c74 (diff)
modified statusbar/sb-cpu, modified statusbar/sb-memory
Diffstat (limited to 'ar/.local/bin/statusbar')
-rwxr-xr-xar/.local/bin/statusbar/sb-cpu2
-rwxr-xr-xar/.local/bin/statusbar/sb-memory5
2 files changed, 4 insertions, 3 deletions
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" ;;
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