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 | 5f0845914086db0025aac5367c5028c72ced422b (patch) | |
| tree | caaa5625b0a9d04995f3519091d4048760c3a9a5 | |
| parent | 3d5b8caa4d4880c5308807baaf4ae04456403d13 (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 |
