From 0a8df2cbdc44accb451fc092448ef3154a38bed0 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 12 Nov 2018 15:16:45 -0500 Subject: help messages tweaks --- .scripts/statusbar/i3help | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.scripts/statusbar/i3help') diff --git a/.scripts/statusbar/i3help b/.scripts/statusbar/i3help index 16eb97f..b28f893 100755 --- a/.scripts/statusbar/i3help +++ b/.scripts/statusbar/i3help @@ -1,5 +1,9 @@ #!/bin/sh -[ "$BLOCK_BUTTON" = "1" ] && "$READER" ~/.config/i3/i3_guide.pdf +case $BLOCK_BUTTON in + 1) "$READER" ~/.config/i3/i3_guide.pdf ;; + 3) pgrep -x dunst >/dev/null && notify-send "❓ Help module: +- Left click to open LARBS guide.";; +esac echo "❓" -- cgit v1.3.1