Files
nixy/themes/var/yoru.nix
2025-02-19 14:55:08 +01:00

19 lines
395 B
Nix

{
rounding = 12;
gaps-in = 9;
gaps-out = 9 * 2;
active-opacity = 1;
inactive-opacity = 0.98;
blur = true;
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 = true;
};
}