diff options
| author | Miguel <m.i@gmx.at> | 2019-05-26 22:37:12 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-05-26 22:37:12 +0200 |
| commit | 4d9ec9a46e0085588a896679573461601dd76bfc (patch) | |
| tree | 98f8c6575d8b1fe8ead124fed0706cff598b054d /xmonad/checkmail.sh | |
| parent | 3c634f69fe1e67c109c20a8dc5a594dc10bff0fe (diff) | |
some improvements
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 |
