diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 84a31e82..0df0c966 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "500x8-0-36" + geometry = "500x8-0+0" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes @@ -51,7 +51,7 @@ # Draw a line of "separator_height" pixel height between two # notifications. # Set to 0 to disable. - separator_height = 0 + separator_height = 1 # Padding between text and separator. padding = 8 @@ -61,11 +61,11 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 0 + frame_width = 1 # Defines color of the frame around the notification window. #frame_color = "#aaaaaa" - frame_color = "#3c3836" + frame_color = "#181818" # Define a color for the separator. # possible values are: @@ -86,7 +86,7 @@ ### Text ### #font = Monospace 8 - font = Roboto 10 + font = Inconsolata 10 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -125,7 +125,7 @@ # %p progress value if set ([ 0%] to [100%]) or nothing # %n progress value if set without any extra characters # Markup is allowed - format = "%s (%a)\n%b" + format = "%s (%a)\n%b" # Alignment of message text. # Possible values are "left", "center" and "right". @@ -241,22 +241,22 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#282828" - foreground = "#a89984" + background = "#000000" + foreground = "#686868" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#282828" - foreground = "#ebdbb2" + background = "#000000" + foreground = "#b2b2b2" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#282828" - foreground = "#fabd2f" + background = "#000000" + foreground = "#ffff54" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon