mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: abstracted out window manager tile gapp
This commit is contained in:
parent
17d2832b06
commit
93efd494ca
9 changed files with 17 additions and 12 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue