voidrice/.local/bin/statusbar/help

8 lines
276 B
Text
Raw Normal View History

2018-11-11 21:23:13 -05:00
#!/bin/sh
2018-11-12 15:16:45 -05:00
case $BLOCK_BUTTON in
2019-05-18 00:07:32 -04:00
1) groff -mom ~/.local/share/larbs/readme.mom -Tpdf | zathura - ;;
2019-03-31 22:22:06 -04:00
2) i3 restart ;;
2019-04-02 19:20:26 -04:00
3) pgrep -x dunst >/dev/null && notify-send "❓ Help module" "\- Left click to open LARBS guide.
2019-03-31 22:22:06 -04:00
- Middle click to refresh i3.";;
esac; echo "❓"