From 89c3ceca0b30edae93adab55e1c3ba1d1327f233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 1 Nov 2024 17:44:13 +0100 Subject: [PATCH] Home Gen415 @ 2024-11-01-17:44 --- modules/home/hyprland/config.nix | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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