feat: reduce borders size

This commit is contained in:
2026-03-26 15:54:12 +01:00
parent 67a6cec0a9
commit 68849a8eec
2 changed files with 4 additions and 3 deletions

View File

@@ -71,8 +71,8 @@ input {
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 5
gaps_out = 5
gaps_in = 2.5
gaps_out = 2.5
border_size = 1
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
#col.inactive_border = rgba(595959aa)
@@ -83,7 +83,7 @@ general {
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 5
rounding = 10
blur {
enabled = true

View File

@@ -6,6 +6,7 @@
"margin-top": 5,
"margin-right": 5,
"margin-left": 5,
"margin-bottom": 5,
"reload_style_on_change": true,
// Choose the order of the modules
"modules-left": ["tray"],