diff options
Diffstat (limited to 'dunst')
| -rw-r--r-- | 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 02791e5..4cf3972 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | follow = keyboard | 5 | follow = keyboard |
| 6 | indicate_hidden = yes | 6 | indicate_hidden = yes |
| 7 | shrink = yes | 7 | shrink = yes |
| 8 | transparency = 10 | 8 | transparency = 0 |
| 9 | notification_height = 0 | 9 | notification_height = 0 |
| 10 | # Show multiple notifications in the same box | 10 | # Show multiple notifications in the same box |
| 11 | separator_height = 2 | 11 | separator_height = 2 |
| @@ -19,15 +19,15 @@ | |||
| 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 = "#0f161f" | 22 | frame_color = "#000000" |
| 23 | frame_width = 2 | 23 | frame_width = 5 |
| 24 | line_height = 0 | 24 | line_height = 0 |
| 25 | 25 | ||
| 26 | # How long a user needs to be idle for sticky notifications | 26 | # How long a user needs to be idle for sticky notifications |
| 27 | idle_threshold = 120 | 27 | idle_threshold = 120 |
| 28 | 28 | ||
| 29 | # Font and typography settings | 29 | # Font and typography settings |
| 30 | icon_path = /usr/share/icons/Papirus/48x48/status/:/usr/share/icons/Papirus/48x48/devices/:/usr/share/icons/Papirus/48x48/apps | 30 | icon_path = /usr/share/icons/Adwaita/48x48/status/:/usr/share/icons/Adwaita/48x48/devices/:/usr/share/icons/Adwaita/48x48/apps |
| 31 | font = Hermit 10 | 31 | font = Hermit 10 |
| 32 | alignment = center | 32 | alignment = center |
| 33 | show_age_threshold = 60 | 33 | show_age_threshold = 60 |
| @@ -73,12 +73,12 @@ timeout = 5 | |||
| 73 | 73 | ||
| 74 | [urgency_normal] | 74 | [urgency_normal] |
| 75 | background = "#0c0d0d" | 75 | background = "#0c0d0d" |
| 76 | foreground = "#839496" | 76 | foreground = "#c6c8d1" |
| 77 | timeout = 5 | 77 | timeout = 5 |
| 78 | 78 | ||
| 79 | [urgency_critical] | 79 | [urgency_critical] |
| 80 | background = "#09090d" | 80 | background = "#ffffff" |
| 81 | foreground = "#8c5780" | 81 | foreground = "#000000" |
| 82 | timeout = 0 | 82 | timeout = 0 |
| 83 | # vim:ft=cfg | 83 | # vim:ft=cfg |
| 84 | 84 | ||
