all repos — dotfiles @ 4ea3a40b79b3197433a83a55f6a2541240e61eb7

my *nix dotfiles

Better dunst colors

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Wed, 12 Jun 2019 16:22:29 +0530
commit

4ea3a40b79b3197433a83a55f6a2541240e61eb7

parent

66685f57ae84a5c60e122e61fb958d8d5372d994

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M config/dunst/dunstrcconfig/dunst/dunstrc

@@ -55,7 +55,7 @@

[frame] width = 4 width = 3 - color = "#ffffff" + color = "#eeffff" [shortcuts]

@@ -81,13 +81,13 @@

[urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#eceff4" - foreground = "#3b4252" + background = "#eeffff" + foreground = "#212121" timeout = 5 [urgency_normal] - background = "#ffffff" - foreground = "#292d3e" + background = "#eeffff" + foreground = "#212121" timeout = 5 [urgency_critical]