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, }, ]