voidrice/.local/bin/statusbar/help

8 lines
276 B
Text
Raw Normal View History

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