From 34074da38378c68b50558ae488b3bf0e81d8acc5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 21 Aug 2021 20:24:36 -0400 Subject: .config/dunst/dunstrc: Adjust geometry, frame, separator, and background --- (limited to '.config') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index e45bcad..dc17065 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "300x5-30+20" + geometry = "300x5-20+44" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes @@ -51,7 +51,7 @@ # Draw a line of "separator_height" pixel height between two # notifications. # Set to 0 to disable. - separator_height = 2 + separator_height = 1 # Padding between text and separator. padding = 8 @@ -61,10 +61,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 = "#ffffff" # Define a color for the separator. # possible values are: @@ -299,7 +299,7 @@ #icon = /path/to/icon [urgency_normal] - background = "#285577" + background = "#2457b8" foreground = "#ffffff" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable -- cgit v0.9.1