diff options
Diffstat (limited to 'xmonad/checkmail.sh')
| -rwxr-xr-x | xmonad/checkmail.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmonad/checkmail.sh b/xmonad/checkmail.sh index a8037e5..e61d2a9 100755 --- a/xmonad/checkmail.sh +++ b/xmonad/checkmail.sh @@ -12,7 +12,8 @@ case $MAILS in ;; *) #echo "$A<fc="#93a1a1"><fn=1></fn>$MAILS</fc>$B" - echo "$A<fc="#93a1a1"><fn=1></fn></fc>$B" + #echo "$A<fc="#93a1a1"><fn=1></fn></fc>$B" + echo "$A<fn=1></fn>$B" ;; esac |
