diff options
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index f1da684..c50711c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -86,10 +86,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#3d4059" + frame_color = "#b4b5c9" # Define a color for the separator. # possible values are: @@ -292,22 +292,22 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#2c2e3e" - foreground = "#cddbf9" + background = "#1c1c1c" + foreground = "#b4b5c9" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #new_icon = /path/to/icon [urgency_normal] - background = "#2c2e3e" - foreground = "#cddbf9" + background = "#1c1c1c" + foreground = "#b4b5c9" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #new_icon = /path/to/icon [urgency_critical] - background = "#2c2e3e" - foreground = "#cddbf9" + background = "#1c1c1c" + foreground = "#b4b5c9" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #new_icon = /path/to/icon |