change theme

Former-commit-id: 97ee9b6033
This commit is contained in:
Hadi
2025-03-21 14:55:00 +01:00
parent f76aee3783
commit e7ccac616d

View File

@@ -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"