diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index cf02357..23b2fd6 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -230,8 +230,18 @@ allow_tearing = false; }; - # Allow blur for wlogout - layerrule = "blur, logout_dialog"; + layerrule = [ + # blur for wlogout + "blur, logout_dialog" + + # blur for swaync + "blur, swaync-control-center" + "blur, swaync-notification-window" + "ignorezero, swaync-control-center" + "ignorezero, swaync-notification-window" + "ignorealpha 0.5, swaync-control-center" + "ignorealpha 0.5, swaync-notification-window" + ]; decoration = { # See https://wiki.hyprland.org/Configuring/Variables/ for more