voidrice/.scripts/statusbar/i3help

10 lines
206 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) "$READER" ~/.config/i3/i3_guide.pdf ;;
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 "❓"