From 7807d07fd96c7786a64fb6603f55f7e1ea91d3e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 13 Jul 2025 00:55:06 +0200 Subject: [PATCH] feat(margins): lower down from 10 to 5 --- .config/hypr/theme/decoration.conf | 4 ++-- .config/waybar/config.jsonc | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.config/hypr/theme/decoration.conf b/.config/hypr/theme/decoration.conf index f8a41b83..f6377011 100644 --- a/.config/hypr/theme/decoration.conf +++ b/.config/hypr/theme/decoration.conf @@ -5,8 +5,8 @@ general { col.inactive_border = rgba($lavenderAlpha69) col.active_border = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg - gaps_in = 10 - gaps_out = 15 + gaps_in = 5 + gaps_out = 10 } decoration { diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 11710e2f..1f1fd5f9 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -8,10 +8,10 @@ "exclusive": true, "passtrough": false, "gtk-layer-shell": true, - "margin-top": 10, - "margin-left": 10, + "margin-top": 5, + "margin-left": 5, "margin-bottom": 0, - "margin-right": 10, + "margin-right": 5, }, { "include": "~/.config/waybar/bars/bar-2.jsonc", @@ -24,9 +24,9 @@ "passtrough": false, "gtk-layer-shell": true, "margin-top": 0, - "margin-left": 10, - "margin-bottom": 10, - "margin-right": 10, + "margin-left": 5, + "margin-bottom": 5, + "margin-right": 5, }, { "include": "~/.config/waybar/bars/bar-3.jsonc", @@ -37,9 +37,9 @@ "exclusive": true, "passtrough": false, "gtk-layer-shell": true, - "margin-top": 10, - "margin-left": 10, + "margin-top": 5, + "margin-left": 5, "margin-bottom": 0, - "margin-right": 10, + "margin-right": 5, }, ]