From da4e1d334fb2474be84e0736e4aadf9949d78655 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 01 May 2018 01:40:05 -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 5e6512d..f51be3f 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -64,7 +64,7 @@ # the top and down respectevly. # 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+68" # Shrink window if it's smaller than the width. Will be ignored if # width is 0. @@ -114,7 +114,7 @@ # Draw a line of "separatpr_height" pixel height between two # notifications. # Set to 0 to disable. - separator_height = 2 + separator_height = 1 # Padding between text and separator. padding = 8 @@ -148,8 +148,8 @@ icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ [frame] - width = 3 - color = "#aaaaaa" + width = 1 + color = "#ffffff" [shortcuts] @@ -180,7 +180,7 @@ timeout = 10 [urgency_normal] - background = "#285577" + background = "#2457b8" foreground = "#ffffff" timeout = 10 -- cgit v0.9.1