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,11 @@
}:
let
inherit (flake.config.aesthetics.themes) currentTheme palettes wmGaps;
inherit (flake.config.aesthetics.themes)
currentTheme
palettes
windowManager
;
inherit (flake.config.people) user0 user1 user2;
@ -24,9 +28,9 @@ let
el = palettes.${themeLogic}.colours;
in
{
gaps_in = wmGaps / 2;
gaps_out = wmGaps;
border_size = 2;
gaps_in = windowManager.gaps / 2;
gaps_out = windowManager.gaps;
border_size = windowManager.borders;
"col.active_border" = "rgb(${el.base0E})";
"col.inactive_border" = "0xff${el.base02}";