From 613b7ffe8cb48c65f9a1bd32193e3e2c2ef41f29 Mon Sep 17 00:00:00 2001 From: noah Date: Sun, 7 Aug 2022 18:07:50 -0500 Subject: [PATCH] Edited Config File --- dunst/dunstrc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index 932a11e..de8b5f8 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -31,8 +31,10 @@ # 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-30+20" + width = (200, 600) + offset = 0x45 # margin of 60 from right + # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes @@ -293,8 +295,8 @@ #icon = /path/to/icon [urgency_normal] - background = "#285577" - foreground = "#ffffff" + background = "#222222" + foreground = "#888888" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon