From 8a094b8081ff76e18074768874f67a735ebaab5a Mon Sep 17 00:00:00 2001 From: ant Date: Tue, 10 Jun 2025 13:02:57 +0200 Subject: [PATCH] hyprland: enable blur on bar --- home/hyprland.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index ce55985..1756f2c 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -132,7 +132,6 @@ }; - layerrule = "blur, waybar"; "$mod" = "SUPER"; @@ -396,6 +395,9 @@ windowrule = float, class:floating windowrule = tile, class:Nsxiv + layerrule = blur, waybar + layerrule = blur, quickshell:bar + exec = pkill swaybg; ${swaybgScript} exec = pkill waybar; ${pkgs.waybar}/bin/waybar exec = pkill dunst; ${pkgs.dunst}/bin/dunst -print >> ~/.local/state/notifications-history