new theme!

This commit is contained in:
Hadi
2025-01-02 19:42:26 +01:00
parent 3941e15c5c
commit ada0a0761c
5 changed files with 88 additions and 3 deletions

18
themes/var/2025.nix Normal file
View File

@@ -0,0 +1,18 @@
{
rounding = 10;
gaps-in = 8;
gaps-out = 8 * 2;
active-opacity = 1;
inactive-opacity = 0.85;
blur = true;
border-size = 3;
animation-speed = "fast"; # "fast" | "medium" | "slow"
fetch = "neofetch"; # "nerdfetch" | "neofetch" | "pfetch" | "none"
bar = {
position = "top"; # "top" | "bottom"
transparent = true;
transparentButtons = false;
floating = true;
};
}