diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-30 09:27:07 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-30 09:27:07 +0900 |
| commit | 0a2f2d475bfeb921c7edf4df03f645f94828fdbb (patch) | |
| tree | af4353a68ac8f3d31216ab4925bebc5d8dab73ff /ar | |
| parent | d0eb644dc68d99007dbc8105c4f46ab97edf008f (diff) | |
modified statusbar/sb-system
Diffstat (limited to 'ar')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-system | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ar/.local/bin/statusbar/sb-system b/ar/.local/bin/statusbar/sb-system index 8f022d1..dcf1062 100755 --- a/ar/.local/bin/statusbar/sb-system +++ b/ar/.local/bin/statusbar/sb-system @@ -45,9 +45,8 @@ case $BLOCK_BUTTON in [ "$SHOW_DISK" = 1 ] && notify-send "💽 Disk space" "$(df -h --output=target,used,size)" ;; 2) setsid -f "$TERMINAL" -e htop ;; -3) notify-send "🖥 System module" "CPU temp, CPU bars, Memory, Disk usage -Left click: show hogs & disk info -Middle click: open htop" ;; +3) notify-send "🖥 System module" "\- Left click: show hogs & disk info +- Middle click: open htop" ;; 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac |
