summaryrefslogtreecommitdiffstats
path: root/.scripts/statusbar/help
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/statusbar/help')
-rwxr-xr-x.scripts/statusbar/help9
1 files changed, 9 insertions, 0 deletions
diff --git a/.scripts/statusbar/help b/.scripts/statusbar/help
new file mode 100755
index 0000000..eacb15b
--- /dev/null
+++ b/.scripts/statusbar/help
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+case $BLOCK_BUTTON in
+ 1) groff -mom ~/.readme.mom -Tpdf | zathura - ;;
+ 3) pgrep -x dunst >/dev/null && notify-send "<b>❓ Help module:</b>
+- Left click to open LARBS guide.";;
+esac
+
+echo "❓"