From 3069ec8e66c93a3f5fb5ae52f1c75c1a2859029b Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 7 Jan 2024 15:50:30 +0900 Subject: [PATCH] Test --- .../common/desktops/hyprland/components/hyprland.nix | 5 ++++- nixos/common/desktops/hyprland/default.nix | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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; };