diff --git a/home-manager/home.nix b/home-manager/home.nix index 47a29cf..a5fe7a5 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -20,7 +20,6 @@ let # Numbers GAPS_IN = "0"; GAPS_OUT = "40"; - GAPS_OUT_INT = 40; BORDER_WIDTH = "2"; CORNER_RADIUS = "0"; WAYBAR_CORNER_RADIUS = "0"; @@ -600,7 +599,7 @@ in name = "right"; position = "right"; width = WAYBAR_SIZE; - height = SCREEN_HEIGHT - (GAPS_OUT_INT * 2); + height = SCREEN_HEIGHT - (WAYBAR_SIZE * 3); modules-right = ["custom/lock" "custom/shutdown" "custom/reboot"]; modules-center = [ "hyprland/workspaces" ]; "custom/lock" = { @@ -622,6 +621,7 @@ in name = "right"; position = "left"; width = WAYBAR_SIZE; + height = SCREEN_HEIGHT - (WAYBAR_SIZE * 3); modules-center = [ "custom/browser" "custom/terminal" "custom/website" "custom/anki" "custom/keepassxc" "custom/gimp" "custom/writer" "custom/luanti" "custom/nixpkgs" "custom/email" "custom/irc"]; "custom/browser" = { format = "";