diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2018-12-24 21:06:07 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2018-12-24 21:06:07 +0100 |
commit | e7c90508e77a061850833276f6eb3f00b4973c54 (patch) | |
tree | 9beb42fb1fc2bb0cc89f53fda7c87f851c46eb8a /i3blocks/template | |
parent | cfc60e0ddda720e9eb28513dbd07054bedca4e37 (diff) | |
download | scripts-e7c90508e77a061850833276f6eb3f00b4973c54.tar.gz scripts-e7c90508e77a061850833276f6eb3f00b4973c54.zip |
Added template for i3blocks scripts.
Diffstat (limited to 'i3blocks/template')
-rwxr-xr-x | i3blocks/template | 9 |
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 + +<++> |