change theme & update flake

Former-commit-id: 868c3b4e4f
This commit is contained in:
Hadi
2025-01-07 00:27:57 +01:00
parent 21beb27859
commit 532b2e4e0a
4 changed files with 37 additions and 19 deletions

View File

@@ -61,7 +61,7 @@
};
polarity = "dark";
image = inputs.nixy-wallpapers + "/wallpapers/7pcmbp8pcg9e1.png";
image = inputs.nixy-wallpapers + "/wallpapers/Aurora_Mac.png";
};
}

View File

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