voidrice/.scripts/statusbar/help

10 lines
238 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
1) groff -kejpt -mom ~/.local/share/larbs/readme.mom -Tpdf | zathura - ;;
2018-11-12 20:16:45 +00:00
3) pgrep -x dunst >/dev/null && notify-send "<b>❓ Help module:</b>
- Left click to open LARBS guide.";;
esac
2018-11-12 02:23:13 +00:00
echo "❓"