diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index e95d1cd..319ba38 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -101,8 +101,8 @@ env = WLR_RENDERER_ALLOW_SOFTWARE,1 # https://wiki.hyprland.org/Configuring/Variables/#general general { - gaps_in = 4.5 - gaps_out = 9 + gaps_in = 7.5 + gaps_out = 15 border_size = 2 diff --git a/waybar/.config/waybar/config.jsonc b/waybar/.config/waybar/config.jsonc index 689fa41..22cf676 100644 --- a/waybar/.config/waybar/config.jsonc +++ b/waybar/.config/waybar/config.jsonc @@ -4,11 +4,11 @@ // general settings "position": "top", - "margin-top": 8, + "margin-top": 15, "margin-bottom": 0, "layer": "top", - "margin-left": 8, - "margin-right": 8, + "margin-left": 15, + "margin-right": 15, "spacing": 10, "fixed-center": true, "exclusive": true,