feat: fixed hyprland gap

This commit is contained in:
Nick 2025-05-16 20:54:37 -05:00
parent 8b2e4bc428
commit 17d2832b06
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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})";