update tlp and bar

This commit is contained in:
dim
2025-07-04 14:21:21 +07:00
parent ac8bc15318
commit b84b427fca
28 changed files with 730 additions and 655 deletions

View File

@@ -44,12 +44,12 @@
name = "JetBrains Mono Nerd Font";
};
sansSerif = {
package = inputs.apple-fonts.packages.${pkgs.system}.sf-pro-nerd;
name = "SFProDisplay Nerd Font";
package = pkgs.inter;
name = "Inter Display";
};
serif = {
package = inputs.apple-fonts.packages.${pkgs.system}.sf-pro-nerd;
name = "SFProDisplay Nerd Font";
package = pkgs.noto-fonts;
name = "Noto Serif";
};
emoji = {
package = pkgs.noto-fonts-emoji;
@@ -57,9 +57,9 @@
};
sizes = {
applications = 11;
desktop = 12;
popups = 12;
terminal = 11;
desktop = 10;
popups = 10;
terminal = 10;
};
};

View File

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