From db03b75d4d77c9e75043a9c4fd6b22efff498615 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Thu, 9 Oct 2025 12:39:32 +0200 Subject: [PATCH] update notification background color to make text more visible --- .config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 60b4e11..840afe9 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -313,14 +313,14 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#D0D0D001" + background = "#292929A0" foreground = "#ffffff" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#D0D0D001" + background = "#292929A0" foreground = "#ffffff" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable