From 37e10283b2ba67c9a0f6d7f105f7378c75153cf2 Mon Sep 17 00:00:00 2001 From: deadvey Date: Thu, 2 Jan 2025 02:31:53 +0000 Subject: [PATCH] 2025-01-02 02:31 : id 70 --- home-manager/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index 180e44d..54d4200 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 * 3); + height = SCREEN_HEIGHT - (GAPS_OUT * 2); modules-right = ["custom/lock" "custom/shutdown" "custom/reboot"]; modules-center = [ "hyprland/workspaces" ]; "custom/lock" = {