diff options
Diffstat (limited to 'dunst/.config')
-rw-r--r-- | dunst/.config/dunst/dunstrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index a016753..178e4ec 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc | |||
@@ -1,6 +1,6 @@ | |||
1 | [global] | 1 | [global] |
2 | # Make the width 3740 (3840 - 100), have 50 left margin and 95 above | 2 | # Make the width 3740 (3840 - 100), have 50 left margin and 95 above |
3 | geometry = "350x5-10+30" | 3 | geometry = "350x5-10+25" |
4 | monitor = 0 | 4 | monitor = 0 |
5 | follow = keyboard | 5 | follow = keyboard |
6 | indicate_hidden = yes | 6 | indicate_hidden = yes |
@@ -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 = "#000000" | 22 | frame_color = "#5b5b5b" |
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 = "#09090d" | 70 | background = "#f3f4f5" |
71 | foreground = "#839496" | 71 | foreground = "#2f2f2f" |
72 | timeout = 5 | 72 | timeout = 5 |
73 | 73 | ||
74 | [urgency_normal] | 74 | [urgency_normal] |
75 | background = "#0c0d0d" | 75 | background = "#f3f4f5" |
76 | foreground = "#c6c8d1" | 76 | foreground = "#2f2f2f" |
77 | timeout = 5 | 77 | timeout = 5 |
78 | 78 | ||
79 | [urgency_critical] | 79 | [urgency_critical] |
80 | background = "#ffffff" | 80 | background = "#f3f4f5" |
81 | foreground = "#000000" | 81 | foreground = "#2f2f2f" |
82 | timeout = 0 | 82 | timeout = 0 |
83 | # vim:ft=cfg | 83 | # vim:ft=cfg |
84 | 84 | ||