From f4b803f0f42f4edcf465f1ff08ae9e739577097b Mon Sep 17 00:00:00 2001 From: Muhammed Emin Boydak Date: Wed, 6 Mar 2024 02:00:23 +0300 Subject: [PATCH] dunst: Edited colors, radius and border --- dunst/.config/dunst/dunstrc | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index c2a7b94..1c84cf0 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -68,7 +68,7 @@ # The transparency of the window. Range: [0; 100]. # This option will only work if a compositing window manager is # present (e.g. xcompmgr, compiz, etc.). (X11 only) - transparency = 15 + transparency = 10 # Draw a line of "separator_height" pixel height between two # notifications. @@ -86,10 +86,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 1 + frame_width = 3 # Defines color of the frame around the notification window. - frame_color = "#a6e3a1" + frame_color = "#89B4FA" # Define a color for the separator. # possible values are: @@ -97,7 +97,7 @@ # * foreground: use the same color as the foreground; # * frame: use the same color as the frame; # * anything else will be interpreted as a X color. - separator_color = auto + separator_color = frame # Sort messages by urgency. sort = yes @@ -229,7 +229,7 @@ # corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. - corner_radius = 7 + corner_radius = 0 # Ignore the dbus closeNotification message. # Useful to enforce the timeout set by dunst configuration. Without this @@ -292,24 +292,23 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#1e1e2e" - foreground = "#cdd6f4" - frame_color = "#89dceb" + background = "#1E1E2E" + foreground = "#CDD6F4" timeout = 5 # Icon for notifications with low urgency, uncomment to enable # icon = /usr/share/icons/Arc-X-D/status/16/dialog-information.png [urgency_normal] - background = "#1e1e2e" - foreground = "#cdd6f4" + background = "#1E1E2E" + foreground = "#CDD6F4" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable # icon = /usr/share/icons/Arc-X-D/status/16/dialog-question.png [urgency_critical] - background = "#1e1e2e" - foreground = "#cdd6f4" - frame_color = "#f38ba8" + background = "#1E1E2E" + foreground = "#CDD6F4" + frame_color = "#FAB387" timeout = 20 # Icon for notifications with critical urgency, uncomment to enable # icon = /usr/share/icons/Arc-X-D/status/16/dialog-warning.png @@ -430,8 +429,8 @@ # summary = *twitter.com* # urgency = normal # -[stack-volumes] - appname = "some_volume_notifiers" - set_stack_tag = "volume" +#[stack-volumes] +# appname = "some_volume_notifiers" +# set_stack_tag = "volume" # # vim: ft=cfg