diff options
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 7 |
1 files changed, 0 insertions, 7 deletions
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 |