diff options
Diffstat (limited to '.scripts/statusbar/help')
| -rwxr-xr-x | .scripts/statusbar/help | 11 |
1 files changed, 5 insertions, 6 deletions
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 "<b>❓ Help module:</b> -- Left click to open LARBS guide.";; -esac - -echo "❓" +- Left click to open LARBS guide. +- Middle click to refresh i3.";; +esac; echo "❓" |
