feat: quick commit don't care lolololol

This commit is contained in:
Nick 2025-06-05 15:28:52 -05:00
parent e49994251e
commit bc2d8762c9
10 changed files with 48 additions and 22 deletions

View file

@ -5,7 +5,12 @@
}:
let
inherit (flake.config.aesthetics.themes) currentTheme palettes fonts;
inherit (flake.config.aesthetics.themes)
currentTheme
palettes
fonts
windowManager
;
inherit (flake.config.people) user0 user1 user2;
@ -29,6 +34,8 @@ let
font_weight = "bold";
opacityBg = "0.90";
opacityBt = "1";
border = windowManager.borders;
rounding = windowManager.rounding;
text_color = el.base0E;
secondary_accent = el.base07;
tertiary_accent = el.base15;
@ -50,8 +57,8 @@ in
window#waybar {
background: #${custom.background_2};
color: #${custom.text_color};
border: 2px solid;
border-radius: 30px;
border: ${builtins.toString custom.border}px solid;
border-radius: ${builtins.toString custom.rounding}px;
border-color: #${custom.text_color};
opacity: ${custom.opacityBg};
}