From 097852c304268de62474b54fd0f7cb4d134c14bf Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 10 Oct 2020 16:27:32 +0200 Subject: [PATCH] Some more dunst configuration --- arch-config/.config/dunst/dunstrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arch-config/.config/dunst/dunstrc b/arch-config/.config/dunst/dunstrc index 7a28b46b..e3eefbb3 100644 --- a/arch-config/.config/dunst/dunstrc +++ b/arch-config/.config/dunst/dunstrc @@ -61,7 +61,7 @@ # 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" @@ -72,7 +72,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 = frame + separator_color = auto # Sort messages by urgency. sort = yes @@ -130,7 +130,7 @@ # Alignment of message text. # Possible values are "left", "center" and "right". - alignment = left + alignment = center # Vertical alignment of message text and icon. # Possible values are "top", "center" and "bottom". @@ -222,7 +222,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 = 15 + corner_radius = 10 # Ignore the dbus closeNotification message. # Useful to enforce the timeout set by dunst configuration. Without this @@ -254,8 +254,8 @@ # These values can be strung together for each mouse event, and # will be executed in sequence. mouse_left_click = close_current - mouse_middle_click = do_action, close_current - mouse_right_click = close_all + mouse_middle_click = close_all + mouse_right_click = do_action # Experimental features that may or may not work correctly. Do not expect them # to have a consistent behaviour across releases. @@ -303,7 +303,7 @@ background = "#663811" foreground = "#ffffff" frame_color = "#663811" - timeout = 15 + timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon