mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: fixed hyprland gap
This commit is contained in:
parent
8b2e4bc428
commit
17d2832b06
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
active_opacity = 0.95;
|
active_opacity = 0.95;
|
||||||
inactive_opacity = 0.90;
|
inactive_opacity = 0.90;
|
||||||
fullscreen_opacity = 1;
|
fullscreen_opacity = 1;
|
||||||
rounding = 10;
|
rounding = 20;
|
||||||
dim_inactive = 1;
|
dim_inactive = 1;
|
||||||
dim_strength = 0.05;
|
dim_strength = 0.05;
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ let
|
||||||
el = palettes.${themeLogic}.colours;
|
el = palettes.${themeLogic}.colours;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
gaps_in = 5;
|
gaps_in = 2.5;
|
||||||
gaps_out = 5;
|
gaps_out = 5;
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
"col.active_border" = "rgb(${el.base0E})";
|
"col.active_border" = "rgb(${el.base0E})";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue