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