Files
nixy/themes/var/2025.nix
2025-01-07 20:23:59 +01:00

19 lines
397 B
Nix

{
rounding = 10;
gaps-in = 8;
gaps-out = 8 * 2;
active-opacity = 1;
inactive-opacity = 0.89;
blur = false;
border-size = 3;
animation-speed = "fast"; # "fast" | "medium" | "slow"
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
bar = {
position = "top"; # "top" | "bottom"
transparent = false;
transparentButtons = true;
floating = false;
};
}