From c565e2e31b8716d8bd955b6e98cc6db516d7eab5 Mon Sep 17 00:00:00 2001 From: deadvey Date: Thu, 2 Jan 2025 02:33:22 +0000 Subject: [PATCH] 2025-01-02 02:33 : id 72 --- home-manager/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = "";