aboutsummaryrefslogtreecommitdiff
path: root/i3blocks
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2018-12-24 21:06:07 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2018-12-24 21:06:07 +0100
commite7c90508e77a061850833276f6eb3f00b4973c54 (patch)
tree9beb42fb1fc2bb0cc89f53fda7c87f851c46eb8a /i3blocks
parentcfc60e0ddda720e9eb28513dbd07054bedca4e37 (diff)
downloadscripts-e7c90508e77a061850833276f6eb3f00b4973c54.tar.gz
scripts-e7c90508e77a061850833276f6eb3f00b4973c54.zip
Added template for i3blocks scripts.
Diffstat (limited to 'i3blocks')
-rwxr-xr-xi3blocks/template9
1 files changed, 9 insertions, 0 deletions
diff --git a/i3blocks/template b/i3blocks/template
new file mode 100755
index 0000000..465403d
--- /dev/null
+++ b/i3blocks/template
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+#case $BLOCK_BUTTON in
+# 1) # Left click
+# 2) # Middle click
+# 3) # Right click
+#esac
+
+<++>