diff options
Diffstat (limited to 'ar/.local')
| -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 |
