feat: abstracted out window manager tile gapp

This commit is contained in:
Nick 2025-05-18 16:53:29 -05:00
parent 17d2832b06
commit 93efd494ca
9 changed files with 17 additions and 12 deletions

View file

@ -5,7 +5,7 @@
}:
let
inherit (flake.config.aesthetics.themes) currentTheme palettes;
inherit (flake.config.aesthetics.themes) currentTheme palettes wmGaps;
inherit (flake.config.people) user0 user1 user2;
@ -24,8 +24,8 @@ let
el = palettes.${themeLogic}.colours;
in
{
gaps_in = 2.5;
gaps_out = 5;
gaps_in = wmGaps / 2;
gaps_out = wmGaps;
border_size = 2;
"col.active_border" = "rgb(${el.base0E})";
"col.inactive_border" = "0xff${el.base02}";