From 28490d7714b6c2305b536928512aa0b74a6d8390 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 6 Feb 2024 18:45:53 +0000 Subject: Adjusted dunst background transparency --- .config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/dunst') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index e8d95ee..1dc2bc9 100755 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -293,21 +293,21 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#000000DD" + background = "#00000080" foreground = "#ffffff" timeout = 5 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#000000DD" + background = "#000000AA" foreground = "#ffffff" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#900000DD" + background = "#90000080" foreground = "#ffffff" frame_color = "#ff0000" timeout = 0 -- cgit v1.2.3