From 5f0845914086db0025aac5367c5028c72ced422b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 7 Jan 2026 12:49:20 +0100 Subject: Fix gaps in hyprland to look more compact (better) --- roles/hyprland/templates/hyprland/looknfeel.conf.j2 | 6 ++++-- 1 file 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 -- cgit v1.2.3