diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index cbb8d98..827da81 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -36,7 +36,7 @@ # Shrink window if it's smaller than the width. Will be ignored if # width is 0. - shrink = no + shrink = yes # The transparency of the window. Range: [0; 100]. # This option will only work if a compositing window manager is @@ -64,7 +64,7 @@ frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#282c34" + frame_color = "#272a34" # Define a color for the separator. # possible values are: @@ -86,7 +86,7 @@ ### Text ### - font = Iosevka 14 + font = Hack 12 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -275,24 +275,24 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#282c34" - foreground = "#a4abb3" + background = "#272a34" + foreground = "#ffffff" frame_color = "#272727" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#282c34" - foreground = "#a4abb3" + background = "#272a34" + foreground = "#ffffff" frame_color = "#272727" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#282c34" - foreground = "#a4abb3" + background = "#272a34" + foreground = "#ffffff" frame_color = "#272727" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable