From d39c34d6f0ecb54c160b82fb22b18a5a24ed7fac Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 4 Dec 2024 06:41:16 +0000 Subject: [PATCH] Stop setting stylix polarity option, use lib stylix variant instead Variant comes from the selected scheme so it's automatic --- system/default.nix | 1 - system/home/shell/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/system/default.nix b/system/default.nix index 739f23cc..b4efe41f 100644 --- a/system/default.nix +++ b/system/default.nix @@ -206,7 +206,6 @@ enable = true; image = ./wallpapers/tropic_island_day.jpg; base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml"; - polarity = "light"; opacity.popups = 0.8; cursor = { package = pkgs.volantes-cursors; diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index 5fa2ef26..4bc02085 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -47,7 +47,7 @@ settings = { preset = "rainbow"; mode = "rgb"; - light_dark = config.stylix.polarity; + light_dark = config.lib.stylix.scheme.variant; lightness = 0.4; color_align = { mode = "horizontal";