summaryrefslogtreecommitdiff
path: root/dunst
diff options
context:
space:
mode:
Diffstat (limited to 'dunst')
-rwxr-xr-xdunst/.config/dunst/dunstrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 21b5612..60b6658 100755
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -67,16 +67,16 @@
67 67
68# Set the background and foreground (text) color for all notifications 68# Set the background and foreground (text) color for all notifications
69[urgency_low] 69[urgency_low]
70background = "#000000" 70background = "#101010"
71foreground = "#eeffff" 71foreground = "#eeffff"
72timeout = 5 72timeout = 5
73 73
74[urgency_normal] 74[urgency_normal]
75background = "#000000" 75background = "#101010"
76foreground = "#eeffff" 76foreground = "#eeffff"
77timeout = 5 77timeout = 5
78 78
79[urgency_critical] 79[urgency_critical]
80background = "#000000" 80background = "#101010"
81foreground = "#eeffff" 81foreground = "#eeffff"
82timeout = 0 82timeout = 0