diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bin/mystatus | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/bin/mystatus b/bin/bin/mystatus deleted file mode 100755 index 00c9b9d..0000000 --- a/bin/bin/mystatus +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# shell script to prepend i3status with more stuff - -i3status | while : -do - read line - nmails=$(find $HOME/.mail -path '*/new/*' -type f -not -path '*/rss/*' | wc -l) - echo "Email: ${nmails} | $line" || exit 1 -done |