diff options
Diffstat (limited to '.config/dunst')
-rw-r--r-- | .config/dunst/dunstrc | 10 |
1 files changed, 5 insertions, 5 deletions
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 |