diff --git a/.scripts/statusbar/help b/.scripts/statusbar/help index 776e513..21c84ce 100755 --- a/.scripts/statusbar/help +++ b/.scripts/statusbar/help @@ -1,9 +1,8 @@ #!/bin/sh - case $BLOCK_BUTTON in - 1) groff -kejpt -mom ~/.local/share/larbs/readme.mom -Tpdf | zathura - ;; + 1) groff -mom ~/.readme.mom -Tpdf | zathura - ;; + 2) i3 restart ;; 3) pgrep -x dunst >/dev/null && notify-send "❓ Help module: -- Left click to open LARBS guide.";; -esac - -echo "❓" +- Left click to open LARBS guide. +- Middle click to refresh i3.";; +esac; echo "❓"