From dad9f8c17cb3d903c36abc2e6b26287f82a49bcb Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 18 Jan 2021 19:21:27 +0100 Subject: [PATCH] Dunst tweak --- dunst/dunstrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index 121aec6..71e2a31 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -61,10 +61,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 2 + frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#151515" + frame_color = "#111015" # Define a color for the separator. # possible values are: @@ -275,7 +275,7 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#242424" + background = "#111015" foreground = "#a4abb3" frame_color = "#272727" timeout = 10 @@ -283,7 +283,7 @@ #icon = /path/to/icon [urgency_normal] - background = "#242424" + background = "#111015" foreground = "#a4abb3" frame_color = "#272727" timeout = 10 @@ -291,7 +291,7 @@ #icon = /path/to/icon [urgency_critical] - background = "#242424" + background = "#111015" foreground = "#a4abb3" frame_color = "#272727" timeout = 0