Files
nixy/themes/var/pinky.nix
Hadi 970aa3133b new theme
Former-commit-id: d2aa568fff
2024-11-08 14:18:55 +01:00

19 lines
402 B
Nix

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