summaryrefslogtreecommitdiff
path: root/bin/mystatus
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-04-19 15:24:25 +0100
committerUrbain Vaes <urbain@vaes.uk>2016-04-19 15:24:25 +0100
commite146e947c52ac4adbe426b3f893faff1e46ed5f8 (patch)
tree1605bf4eb78cc619988c92632f3cee2a56143fd5 /bin/mystatus
parent83bd503208d45fa837348441196dd07223b13e3e (diff)
Use GNU stow for dotfiles management
Diffstat (limited to 'bin/mystatus')
-rwxr-xr-xbin/mystatus9
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