diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index ca6dd747..ecb6f341 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -21,7 +21,10 @@ submap = reset ''; settings = { - layerrule = "blur, waybar"; + layerrule = [ + "blur, waybar" + "blur, mako" + ]; xwayland.force_zero_scaling = true; general = { gaps_in = "8"; diff --git a/nixos/common/desktops/hyprland/default.nix b/nixos/common/desktops/hyprland/default.nix index 25770728..d5383cd1 100644 --- a/nixos/common/desktops/hyprland/default.nix +++ b/nixos/common/desktops/hyprland/default.nix @@ -13,6 +13,12 @@ ]; stylix = { + opacity = { + desktop = 0.7; + popups = 0.7; + applications = 1.0; + terminal = 1.0; + }; targets = { plymouth.enable = false; };