summaryrefslogtreecommitdiffstats
path: root/.config/dunst/dunstrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r--.config/dunst/dunstrc13
1 files changed, 7 insertions, 6 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 3fc073d..76427ed 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -1,3 +1,4 @@
+# -*- mode: conf-unix; -*-
[global]
font = Monaco-12
@@ -107,18 +108,18 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the '#' and following would be interpreted as a comment.
- background = "#aaaaff"
- foreground = "#000000"
+ background = "#405c2e"
+ foreground = "#eeeeec"
timeout = 10
[urgency_normal]
- background = "#1793D1"
- foreground = "#DDDDDD"
+ background = "#222224"
+ foreground = "#eeeeec"
timeout = 10
[urgency_critical]
- background = "#ffaaaa"
- foreground = "#000000"
+ background = "#973732"
+ foreground = "#eeeeec"
timeout = 0