diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-11 19:10:57 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-11 19:10:57 +0800 |
| commit | 0ffe90cbf57e6e70766006ff3e0eea7d9f8f74a5 (patch) | |
| tree | faae1e8ae67560c99460e665c6122b973dfc53ac /dunst | |
| parent | 13288990a71e1edaf304fe5e575969e3f8be2793 (diff) | |
dunst: add transparency and blur
Diffstat (limited to 'dunst')
| -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 |
