diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-05-01 01:40:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-05-01 02:00:09 (EDT) |
commit | da4e1d334fb2474be84e0736e4aadf9949d78655 (patch) | |
tree | b833ffaf4df3d2ea47760015f6b313e293e56d92 /.config/dunst/dunstrc | |
parent | 58a8e41b0500a4d22b5678d4a69faeeba2f238f3 (diff) | |
download | fluxbox-da4e1d334fb2474be84e0736e4aadf9949d78655.zip fluxbox-da4e1d334fb2474be84e0736e4aadf9949d78655.tar.gz fluxbox-da4e1d334fb2474be84e0736e4aadf9949d78655.tar.bz2 |
.config/dunst/dunstrc: Adjust geometry, frame, separator, and background
Diffstat (limited to '.config/dunst/dunstrc')
-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 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 |