diff options
| -rw-r--r-- | dunst/.config/dunst/dunstrc | 10 | ||||
| -rw-r--r-- | hypr/.config/hypr/hyprland.conf | 2 |
2 files changed, 7 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 diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 3ecde46..87816d9 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -264,6 +264,8 @@ bindl = , XF86AudioMute, exec, ~/.config/hypr/scripts/mute # ║ 🪟 LAYER RULES ║ # ╚════════════════════════════════════════╝ +layerrule = blur on, match:namespace notifications +layerrule = ignore_alpha 0.59, match:namespace notifications layerrule = blur on, match:namespace rofi layerrule = ignore_alpha 0.5, match:namespace rofi layerrule = blur on, match:namespace quickshell* |
