summaryrefslogtreecommitdiff
path: root/xmonad/checkmail.sh
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-02-10 19:34:18 +0100
committerMiguel <m.i@gmx.at>2019-02-10 19:34:18 +0100
commit3c634f69fe1e67c109c20a8dc5a594dc10bff0fe (patch)
treeb257b4d23fcbeee213ab9b6854d60395305ef778 /xmonad/checkmail.sh
parentb97ba813265e58c362c3b30b3c00c9674e11c6be (diff)
dotfiles updated
Diffstat (limited to 'xmonad/checkmail.sh')
-rwxr-xr-xxmonad/checkmail.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmonad/checkmail.sh b/xmonad/checkmail.sh
index 5fb596d..a8037e5 100755
--- a/xmonad/checkmail.sh
+++ b/xmonad/checkmail.sh
@@ -4,13 +4,15 @@ A="<action=xterm -e mutt>"
B="</action>"
case $MAILS in
*new*)
- echo "$A<icon=/home/miguel/git/dotfiles/xmonad/mail.xpm/><fc="#dc322f">$MAILS</fc>$B"
+ #echo "$A<icon=/home/miguel/git/dotfiles/xmonad/mail.xpm/><fc="#dc322f">$MAILS</fc>$B"
+ echo "$A<fc="#b58900"><fn=1></fn> $MAILS</fc>$B"
;;
*unread*)
- echo "$A<fc="#b58900">$MAILS</fc>$B"
+ echo "$A<fc="#b58900"><fn=1></fn> $MAILS</fc>$B"
;;
*)
- echo "$A<fc="#93a1a1">no mail</fc>$B"
+ #echo "$A<fc="#93a1a1"><fn=1></fn>$MAILS</fc>$B"
+ echo "$A<fc="#93a1a1"><fn=1></fn></fc>$B"
;;
esac