From e0f2ec8a98ec6d3adec28e737c515c9dab550e4b Mon Sep 17 00:00:00 2001 From: shmibs Date: Wed, 16 Jul 2014 21:58:49 -0700 Subject: make dunst pull theme dynamically i was too lazy to bother trying dunst --help, apparently --- .config/dunst/dunstrc | 7 ------- 1 file changed, 7 deletions(-) (limited to '.config/dunst') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c3af307..749ebed 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -125,7 +125,6 @@ [frame] width = 1 - color = "#00aad4" [shortcuts] # shortcuts are specified as [modifier+][modifier+]...key @@ -142,18 +141,12 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the '#' and following would be interpreted as a comment. - background = "#333333" - foreground = "#dcdcdc" timeout = 10 [urgency_normal] - background = "#333333" - foreground = "#fcfcfc" timeout = 10 [urgency_critical] - background = "#00aad4" - foreground = "#fcfcfc" timeout = 0 -- cgit v1.2.3