This great blue color for notifications in dwmblocks.

This commit is contained in:
Bartek Stalewski 2021-08-23 12:14:51 +02:00
parent d7bf2ea26d
commit a40c419740
5 changed files with 6 additions and 10 deletions

View file

@ -13,4 +13,4 @@ for i in $(cat ~/.local/share/passwords); do
[ $count -ne 0 ] && export unread=$((unread + count))
fi
done
[ "$unread" -eq 0 ] && printf "\ue0e1 no new mail" || printf "^c#161616^^b#fd4285^\ue0e1 new mail: ${unread}^d^"
[ "$unread" -eq 0 ] && printf "\ue0e1 no new mail" || printf "^c#eeeeee^^b#005577^\ue0e1 new mail: ${unread}^d^"