diff --git a/home-manager/home.nix b/home-manager/home.nix index 3216285..180e44d 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -599,7 +599,7 @@ in name = "right"; position = "right"; width = WAYBAR_SIZE; - height = SCREEN_HEIGHT - (WAYBAR_SIZE * 2); + height = SCREEN_HEIGHT - (WAYBAR_SIZE * 3); modules-right = ["custom/lock" "custom/shutdown" "custom/reboot"]; modules-center = [ "hyprland/workspaces" ]; "custom/lock" = {