voidrice/.scripts/statusbar/help

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