From 6e4b5707183a86400ffe2bbd32f6b36a60502bdd Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Fri, 12 Jul 2024 08:49:16 +0900 Subject: [PATCH] Add everforest color scheme --- modules/home-manager/ricing/hyprland/default.nix | 5 ++++- modules/home-manager/ricing/stylix/default.nix | 7 +++++++ modules/ricing/stylix/default.nix | 7 ------- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/modules/home-manager/ricing/hyprland/default.nix b/modules/home-manager/ricing/hyprland/default.nix index b609ef6..06cba05 100644 --- a/modules/home-manager/ricing/hyprland/default.nix +++ b/modules/home-manager/ricing/hyprland/default.nix @@ -38,13 +38,16 @@ decoration = { rounding = "15"; + active_opacity = "0.9"; + inactive_opacity = "0.9"; + drop_shadow = "true"; shadow_range = "4"; shadow_render_power = "3"; blur = { enabled = "true"; - size = "3"; + size = "6"; passes = "1"; vibrancy = "0.1696"; diff --git a/modules/home-manager/ricing/stylix/default.nix b/modules/home-manager/ricing/stylix/default.nix index 01135e0..252ae97 100644 --- a/modules/home-manager/ricing/stylix/default.nix +++ b/modules/home-manager/ricing/stylix/default.nix @@ -6,5 +6,12 @@ autoEnable = true; image = ../../../wallpapers/maze.png; + + opacity = { + applications = 0.9; + desktop = 0.5; + popups = 0.9; + terminal = 0.9; + }; }; } \ No newline at end of file diff --git a/modules/ricing/stylix/default.nix b/modules/ricing/stylix/default.nix index 8b18283..3a69a14 100644 --- a/modules/ricing/stylix/default.nix +++ b/modules/ricing/stylix/default.nix @@ -10,12 +10,5 @@ stylix.cursor.package = pkgs.bibata-cursors; stylix.cursor.name = "Bibata-Modern-Ice"; - stylix.opacity = { - applications = 0.9; - terminal = 0.9; - desktop = 0.5; - popups = 0.9; - }; - stylix.polarity = "dark"; } \ No newline at end of file