hyprland: decrease gaps_out 10 -> 7

This commit is contained in:
Aly Raffauf 2024-05-26 20:51:32 -04:00
parent 9af4d3f20f
commit 5f8fcbd29b

View file

@ -195,7 +195,7 @@
general { general {
gaps_in = 5 gaps_in = 5
gaps_out = 10 gaps_out = 7
border_size = 2 border_size = 2
col.active_border = rgba(${lib.strings.removePrefix "#" config.alyraffauf.desktop.theme.colors.secondary}EE) rgba(${lib.strings.removePrefix "#" config.alyraffauf.desktop.theme.colors.primary}EE) 45deg col.active_border = rgba(${lib.strings.removePrefix "#" config.alyraffauf.desktop.theme.colors.secondary}EE) rgba(${lib.strings.removePrefix "#" config.alyraffauf.desktop.theme.colors.primary}EE) 45deg
col.inactive_border = rgba(${lib.strings.removePrefix "#" config.alyraffauf.desktop.theme.colors.inactive}AA) col.inactive_border = rgba(${lib.strings.removePrefix "#" config.alyraffauf.desktop.theme.colors.inactive}AA)