i3blocks scripts added

This commit is contained in:
Luke Smith
2018-04-22 17:39:23 -07:00
parent 84557167e6
commit cec92894fc
8 changed files with 51 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
case $BLOCK_BUTTON in
1) $TERMINAL -e neomutt ;;
esac
echo $(find ~/.mail -wholename */INBOX/new/* | wc -l)