From 2c71b057b66f817ca66b3a16eba901a9d214a3cb Mon Sep 17 00:00:00 2001 From: davidpkj Date: Sat, 25 Feb 2023 17:50:50 +0100 Subject: Update dunst --- dunst/.config/dunst/dunstrc | 47 ++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 1e12f27..17aa11f 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -24,16 +24,16 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = 400 + width = (250, 350) # The maximum height of a single notification, excluding the frame. - height = 220 + height = 45 # Position the notification in the top right corner origin = bottom-center # Offset from the origin - offset = 0x300 + offset = 0x40 # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -49,17 +49,18 @@ # Set the progress bar height. This includes the frame, so make sure # it's at least twice as big as the frame width. - progress_bar_height = 10 + progress_bar_height = 2 # Set the frame width of the progress bar - progress_bar_frame_width = 1 + progress_bar_frame_width = 0 # Set the minimum width for the progress bar - progress_bar_min_width = 150 + progress_bar_min_width = 0 # Set the maximum width for the progress bar - progress_bar_max_width = 300 + progress_bar_max_width = 350 + highlight = "#206261" # Show how many messages are currently hidden (because of # notification_limit). @@ -73,7 +74,7 @@ # Draw a line of "separator_height" pixel height between two # notifications. # Set to 0 to disable. - separator_height = 2 + separator_height = 0 # Padding between text and separator. padding = 8 @@ -86,10 +87,11 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 0 + frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#aaaaaa" + frame_color = "#1a1a1a" + # "#4396c0" # Define a color for the separator. # possible values are: @@ -111,7 +113,7 @@ ### Text ### - font = Hack 24 + font = JetBrains Mono 8 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -159,16 +161,16 @@ # Vertical alignment of message text and icon. # Possible values are "top", "center" and "bottom". - vertical_alignment = center + vertical_alignment = top # Show age of message if message is older than show_age_threshold # seconds. # Set to -1 to disable. - show_age_threshold = 60 + show_age_threshold = -1 # Specify where to make an ellipsis in long lines. # Possible values are "start", "middle" and "end". - ellipsize = middle + ellipsize = end # Ignore newlines '\n' in notifications. ignore_newline = no @@ -292,22 +294,23 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#E6E1DF" - foreground = "#232122" - timeout = 2 + background = "#1a1a1a" + foreground = "#dadada" + timeout = 1 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#232323" - foreground = "#E6E1DF" - timeout = 10 + background = "#1a1a1a" + foreground = "#dadada" + timeout = 3 # Icon for notifications with normal urgency, uncomment to enable #default_icon = /path/to/icon [urgency_critical] - background = "#F30021" - foreground = "#FFFFFF" + background = "#1a1a1a" + foreground = "#f45050" + frame_color = "#f45050" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #default_icon = /path/to/icon -- cgit v1.2.3