diff options
Diffstat (limited to 'bin/mystatus')
-rwxr-xr-x | bin/mystatus | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/mystatus b/bin/mystatus deleted file mode 100755 index b26e9b6..0000000 --- a/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 | wc -l) - echo "Email: ${nmails} | $line" || exit 1 -done |