From 9fd0e6575439747e179be8218b0f372fedf69dc4 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 11 Nov 2018 21:23:13 -0500 Subject: new internet, date and help modules --- .scripts/statusbar/i3help | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .scripts/statusbar/i3help (limited to '.scripts/statusbar/i3help') diff --git a/.scripts/statusbar/i3help b/.scripts/statusbar/i3help new file mode 100755 index 0000000..16eb97f --- /dev/null +++ b/.scripts/statusbar/i3help @@ -0,0 +1,5 @@ +#!/bin/sh + +[ "$BLOCK_BUTTON" = "1" ] && "$READER" ~/.config/i3/i3_guide.pdf + +echo "❓" -- cgit v1.3.1