summaryrefslogtreecommitdiff
path: root/xmonad/checkmail.sh
diff options
context:
space:
mode:
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