From ae9e5a6b5d7dbad559215894df526dc0db7dc6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Tue, 31 Dec 2024 21:32:40 +0100 Subject: [PATCH] chore: move stylix color scheme --- SwarselSystems.org | 3 +-- profiles/common/home/stylix.nix | 3 +-- profiles/common/nixos/stylix.nix | 3 +-- {wallpaper => programs/stylix}/swarsel.yaml | 0 4 files changed, 3 insertions(+), 6 deletions(-) rename {wallpaper => programs/stylix}/swarsel.yaml (100%) diff --git a/SwarselSystems.org b/SwarselSystems.org index 9fca82d..caf1dae 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -14314,8 +14314,7 @@ This is where the theme for the whole OS is defined. Originally, this noweb-ref #+begin_src nix :tangle no :noweb-ref theme enable = true; - base16Scheme = "${self}/wallpaper/swarsel.yaml"; - # base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml"; + base16Scheme = "${self}/programs/stylix/swarsel.yaml"; polarity = "dark"; opacity.popups = 0.5; cursor = { diff --git a/profiles/common/home/stylix.nix b/profiles/common/home/stylix.nix index 5c97d45..e3b5656 100644 --- a/profiles/common/home/stylix.nix +++ b/profiles/common/home/stylix.nix @@ -2,8 +2,7 @@ { stylix = lib.mkIf (!config.swarselsystems.isNixos) { enable = true; - base16Scheme = "${self}/wallpaper/swarsel.yaml"; - # base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml"; + base16Scheme = "${self}/programs/stylix/swarsel.yaml"; polarity = "dark"; opacity.popups = 0.5; cursor = { diff --git a/profiles/common/nixos/stylix.nix b/profiles/common/nixos/stylix.nix index 6b52b1e..06f530e 100644 --- a/profiles/common/nixos/stylix.nix +++ b/profiles/common/nixos/stylix.nix @@ -2,8 +2,7 @@ { stylix = { enable = true; - base16Scheme = "${self}/wallpaper/swarsel.yaml"; - # base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml"; + base16Scheme = "${self}/programs/stylix/swarsel.yaml"; polarity = "dark"; opacity.popups = 0.5; cursor = { diff --git a/wallpaper/swarsel.yaml b/programs/stylix/swarsel.yaml similarity index 100% rename from wallpaper/swarsel.yaml rename to programs/stylix/swarsel.yaml