diff --git a/config/waybar/topbar.jsonc b/config/waybar/topbar.jsonc index 07b0116..eefaaa7 100644 --- a/config/waybar/topbar.jsonc +++ b/config/waybar/topbar.jsonc @@ -3,9 +3,9 @@ "layer": "top", "position": "top", "spacing": 0, - "margin-top": 0, - "margin-left": 0, - "margin-right": 0, + "margin-top": 3, + "margin-left": 3, + "margin-right": 3, "margin-bottom": 0, "modules-left": [ diff --git a/user/hyprland.nix b/user/hyprland.nix index 4768782..e5f313d 100644 --- a/user/hyprland.nix +++ b/user/hyprland.nix @@ -30,8 +30,8 @@ }; general = { - gaps_in = 0; - gaps_out = 0; + gaps_in = 3; + gaps_out = 3; border_size = 2; resize_on_border = false; allow_tearing = false;