diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-01-07 12:49:20 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-01-07 12:49:20 +0100 |
| commit | 08e46fb178fb02149264189a22de3b8bd2f1dab7 (patch) | |
| tree | caaa5625b0a9d04995f3519091d4048760c3a9a5 | |
| parent | f2a2fe15bee53600e7eeb7ac23896f9cedf02b5c (diff) | |
Fix gaps in hyprland to look more compact (better)
| -rw-r--r-- | roles/hyprland/templates/hyprland/looknfeel.conf.j2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/hyprland/templates/hyprland/looknfeel.conf.j2 b/roles/hyprland/templates/hyprland/looknfeel.conf.j2 index 5f386139..5a738b9c 100644 --- a/roles/hyprland/templates/hyprland/looknfeel.conf.j2 +++ b/roles/hyprland/templates/hyprland/looknfeel.conf.j2 @@ -6,12 +6,14 @@ # Refer to https://wiki.hyprland.org/Configuring/Variables/ # Variables $activeBorderColor = rgba(33ccffee) rgba(00ff99ee) 45deg +# $activeBorderColor = rgb(64, 208, 255) $inactiveBorderColor = rgba(595959aa) +# $inactiveBorderColor = rgb(124, 124, 124) # https://wiki.hyprland.org/Configuring/Variables/#general general { - gaps_in = 5 - gaps_out = 10 + gaps_in = 2 + gaps_out = 5 border_size = 2 |
