Files
nixy/themes/var/2025.nix
2025-01-02 19:42:26 +01:00

19 lines
399 B
Nix

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