From 0ffe90cbf57e6e70766006ff3e0eea7d9f8f74a5 Mon Sep 17 00:00:00 2001 From: bh Date: Wed, 11 Mar 2026 19:10:57 +0800 Subject: dunst: add transparency and blur --- dunst/.config/dunst/dunstrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dunst/.config') diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index a9cc8dc..6ae4350 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -31,8 +31,8 @@ indicate_hidden = yes - # Transparency (0 = opaque, 100 = fully transparent) - transparency = 35 + # Transparency (X11 only, use alpha channel in background color for Wayland) + transparency = 0 separator_height = 2 padding = 8 @@ -97,21 +97,21 @@ ### Urgency Sections ### [urgency_low] - background = "#003636" + background = "#00363699" foreground = "#8affff" frame_color = "#E0FFFF" # very light cyan timeout = 5 # icon = /usr/share/icons/Qogir/16/status/package-installed-outdated.svg [urgency_normal] - background = "#003636" + background = "#00363699" foreground = "#8affff" frame_color = "#8affff" timeout = 5 # icon = /usr/share/icons/Qogir/16/emblems/emblem-question.svg [urgency_critical] - background = "#003636" + background = "#00363699" foreground = "#8affff" frame_color = "#ff7f7f" # same red as your previous file timeout = 120 -- cgit v1.2.3