diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-11 19:10:57 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-11 19:10:57 +0800 |
| commit | ae90287b064ecec2b181f2a40a66d675f1c266ef (patch) | |
| tree | faae1e8ae67560c99460e665c6122b973dfc53ac /dunst/.config | |
| parent | c2d323bb9f0bff883b765d77f2669a51500bd5e5 (diff) | |
dunst: add transparency and blur
Diffstat (limited to 'dunst/.config')
| -rw-r--r-- | dunst/.config/dunst/dunstrc | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
