mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
19 lines
395 B
Nix
19 lines
395 B
Nix
{
|
|
rounding = 16;
|
|
gaps-in = 9;
|
|
gaps-out = 9 * 2;
|
|
active-opacity = 1;
|
|
inactive-opacity = 0.93;
|
|
blur = true;
|
|
border-size = 5;
|
|
animation-speed = "fast"; # "fast" | "medium" | "slow"
|
|
fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
|
|
|
|
bar = {
|
|
position = "top"; # "top" | "bottom"
|
|
transparent = true;
|
|
transparentButtons = false;
|
|
floating = true;
|
|
};
|
|
}
|