From 4efdbc6d431d0ce746bd9ae50fc1e1038321e776 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sun, 9 Jul 2023 20:59:22 -0400 Subject: [PATCH] dunst: update config transparency, put notifs on bottom right --- src/.config/dunst/dunstrc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/.config/dunst/dunstrc b/src/.config/dunst/dunstrc index c93142f..c6a6fba 100644 --- a/src/.config/dunst/dunstrc +++ b/src/.config/dunst/dunstrc @@ -26,16 +26,18 @@ separator_color = frame gap_size = 5 - origin = top-right - offset = 30x30 + frame_width = 1 + + origin = bottom-right + offset = 60x70 [urgency_low] - background = "#000000" + background = "#000000aa" foreground = "#dddddd" timeout = 10 [urgency_normal] - background = "#000000" + background = "#000000aa" foreground = "#ffffff" timeout = 10