From f58f26f0dc4e65e7af4d720f50d1b1a724ac38fc Mon Sep 17 00:00:00 2001 From: davidpkj Date: Mon, 25 Mar 2024 20:12:00 +0100 Subject: Framework Laptop --- dunst/.config/dunst/dunstrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'dunst') diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 17aa11f..9125c79 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -60,7 +60,7 @@ # Set the maximum width for the progress bar progress_bar_max_width = 350 - highlight = "#206261" + highlight = "#6D83D0" # Show how many messages are currently hidden (because of # notification_limit). @@ -90,7 +90,7 @@ frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#1a1a1a" + frame_color = "#1E1E2E" # "#4396c0" # Define a color for the separator. @@ -294,23 +294,23 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#1a1a1a" - foreground = "#dadada" + background = "#1E1E2E" + foreground = "#CDD6F4" timeout = 1 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#1a1a1a" - foreground = "#dadada" + background = "#1E1E2E" + foreground = "#CDD6F4" timeout = 3 # Icon for notifications with normal urgency, uncomment to enable #default_icon = /path/to/icon [urgency_critical] - background = "#1a1a1a" - foreground = "#f45050" - frame_color = "#f45050" + background = "#1E1E2E" + foreground = "#D56A85" + frame_color = "#D56A85" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #default_icon = /path/to/icon -- cgit v1.2.3