From 0949414e76c75da02efb07dbe747f3387a24d2c0 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 10 Aug 2021 00:51:38 -0500 Subject: changed name of home dirs and other small tweaks --- dunst/dunstrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dunst/dunstrc') diff --git a/dunst/dunstrc b/dunst/dunstrc index 5339b85..d4565ff 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -81,10 +81,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#aaaaaa" + frame_color = "#11d72e" # Define a color for the separator. # possible values are: @@ -106,7 +106,7 @@ ### Text ### - font = Monospace 8 + font = TamsynPango 12 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -192,7 +192,7 @@ min_icon_size = 0 # Scale larger icons down to this size, set to 0 to disable - max_icon_size = 32 + max_icon_size = 128 # Paths to default icons. icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ @@ -327,9 +327,9 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#222222" - foreground = "#888888" - timeout = 10 + background = "#101010" + foreground = "#ffffff" + timeout = 4 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon -- cgit v1.2.3