diff options
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 |