diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index aba0ba2..1758b4a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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 diff --git a/.config/waybar/config b/.config/waybar/config index cc261ef..db62e44 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -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"],