edit theme

Former-commit-id: f97a9f397c
This commit is contained in:
Hadi
2025-03-31 13:19:15 +02:00
parent d0ad3c6e6e
commit 1006680dea

View File

@@ -3,11 +3,11 @@
options.theme = lib.mkOption { options.theme = lib.mkOption {
type = lib.types.attrs; type = lib.types.attrs;
default = { default = {
rounding = 8; rounding = 16;
gaps-in = 10; gaps-in = 10;
gaps-out = 10 * 2; gaps-out = 10 * 2;
active-opacity = 0.92; active-opacity = 0.94;
inactive-opacity = 0.88; inactive-opacity = 0.9;
blur = true; blur = true;
border-size = 2; border-size = 2;
animation-speed = "fast"; # "fast" | "medium" | "slow" animation-speed = "fast"; # "fast" | "medium" | "slow"