diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-09-19 07:45:53 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-09-19 07:45:53 +0000 |
commit | 3e09a205735b419e80e21970c53ec554a78886c4 (patch) | |
tree | 5772dcd28587dabed3d82dab3bd6788ebc16d6cd /dunst | |
parent | 025c2ef519ff7c5d498b2c4aed2591aeb685f85c (diff) |
dark
Diffstat (limited to 'dunst')
-rwxr-xr-x | dunst/.config/dunst/dunstrc | 14 |
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] |
70 | background = "#f3f4f5" | 70 | background = "#000000" |
71 | foreground = "#2f2f2f" | 71 | foreground = "#eeffff" |
72 | timeout = 5 | 72 | timeout = 5 |
73 | 73 | ||
74 | [urgency_normal] | 74 | [urgency_normal] |
75 | background = "#f3f4f5" | 75 | background = "#000000" |
76 | foreground = "#2f2f2f" | 76 | foreground = "#eeffff" |
77 | timeout = 5 | 77 | timeout = 5 |
78 | 78 | ||
79 | [urgency_critical] | 79 | [urgency_critical] |
80 | background = "#f3f4f5" | 80 | background = "#000000" |
81 | foreground = "#2f2f2f" | 81 | foreground = "#eeffff" |
82 | timeout = 0 | 82 | timeout = 0 |
83 | # vim:ft=cfg | 83 | # vim:ft=cfg |
84 | 84 | ||