From 97ee9b60334c310b8dfd4b455f1d9d9c7db4872c Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 21 Mar 2025 14:55:00 +0100 Subject: [PATCH] change theme --- themes/nixy.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/nixy.nix b/themes/nixy.nix index 87f99e8..133d4cd 100644 --- a/themes/nixy.nix +++ b/themes/nixy.nix @@ -3,13 +3,13 @@ options.theme = lib.mkOption { type = lib.types.attrs; default = { - rounding = 12; - gaps-in = 12; - gaps-out = 12 * 2; - active-opacity = 0.96; - inactive-opacity = 0.95; + rounding = 10; + gaps-in = 10; + gaps-out = 10 * 2; + active-opacity = 0.98; + inactive-opacity = 0.96; blur = true; - border-size = 4; + border-size = 3; animation-speed = "medium"; # "fast" | "medium" | "slow" fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"