diff options
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 | ||
