update todo

This commit is contained in:
Hadi
2025-02-18 23:40:07 +01:00
parent 7aa07cde8e
commit d56f39275c
11 changed files with 188 additions and 419 deletions

View File

@@ -11,7 +11,7 @@
bar = {
position = "top"; # "top" | "bottom"
transparent = true;
transparent = false;
transparentButtons = false;
floating = true;
};

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

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