diff options
| -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 |
