From 3c634f69fe1e67c109c20a8dc5a594dc10bff0fe Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 10 Feb 2019 19:34:18 +0100 Subject: dotfiles updated --- xmonad/checkmail.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xmonad/checkmail.sh') 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="" B="" case $MAILS in *new*) - echo "$A$MAILS$B" + #echo "$A$MAILS$B" + echo "$A $MAILS$B" ;; *unread*) - echo "$A$MAILS$B" + echo "$A $MAILS$B" ;; *) - echo "$Ano mail$B" + #echo "$A$MAILS$B" + echo "$A$B" ;; esac -- cgit v1.2.3