summaryrefslogtreecommitdiff
path: root/dunst/.config
diff options
context:
space:
mode:
Diffstat (limited to 'dunst/.config')
-rwxr-xr-xdunst/.config/dunst/dunstrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index a6941fe..a1db2fc 100755
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -19,7 +19,7 @@
19 horizontal_padding = 14 19 horizontal_padding = 14
20 20
21 # The frame color and width of the notification 21 # The frame color and width of the notification
22 frame_color = "#2f2f2f" 22 frame_color = "#161616"
23 frame_width = 5 23 frame_width = 5
24 line_height = 0 24 line_height = 0
25 25
@@ -67,18 +67,18 @@
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 = "#f3f4f5" 70background = "#000000"
71foreground = "#2f2f2f" 71foreground = "#eeffff"
72timeout = 5 72timeout = 5
73 73
74[urgency_normal] 74[urgency_normal]
75background = "#f3f4f5" 75background = "#000000"
76foreground = "#2f2f2f" 76foreground = "#eeffff"
77timeout = 5 77timeout = 5
78 78
79[urgency_critical] 79[urgency_critical]
80background = "#f3f4f5" 80background = "#000000"
81foreground = "#2f2f2f" 81foreground = "#eeffff"
82timeout = 0 82timeout = 0
83# vim:ft=cfg 83# vim:ft=cfg
84 84