diff --git a/home-manager/home.nix b/home-manager/home.nix index 6389598..67b4718 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -251,6 +251,7 @@ in name = "top"; position = "top"; height = 20; + width = SCREEN_WIDTH - 10; modules-left = ["hyprland/workspaces"]; modules-center = ["custom/clock"]; modules-right = ["custom/caway"];