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