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