This great blue color for notifications in dwmblocks.
This commit is contained in:
parent
d7bf2ea26d
commit
a40c419740
5 changed files with 6 additions and 10 deletions
|
@ -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^"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue