mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: quick commit don't care lolololol
This commit is contained in:
parent
e49994251e
commit
bc2d8762c9
10 changed files with 48 additions and 22 deletions
|
@ -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}";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue