diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-04-22 17:39:23 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-04-22 17:39:23 -0700 |
| commit | cec92894fcf3382a2d1dd8450c63767941fed404 (patch) | |
| tree | 18250c00e6be565f8e16ae0bc45a9c7774f1034e /.scripts/i3mail | |
| parent | 84557167e6a3c678202d4edb6dc06d1c8dfde51f (diff) | |
| download | eibhear-cec92894fcf3382a2d1dd8450c63767941fed404.tar.gz eibhear-cec92894fcf3382a2d1dd8450c63767941fed404.tar.zst eibhear-cec92894fcf3382a2d1dd8450c63767941fed404.zip | |
i3blocks scripts added
Diffstat (limited to '.scripts/i3mail')
| -rwxr-xr-x | .scripts/i3mail | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.scripts/i3mail b/.scripts/i3mail new file mode 100755 index 0000000..9b4aa3e --- /dev/null +++ b/.scripts/i3mail @@ -0,0 +1,5 @@ +#!/bin/sh +case $BLOCK_BUTTON in + 1) $TERMINAL -e neomutt ;; +esac +echo $(find ~/.mail -wholename */INBOX/new/* | wc -l) |
