diff --git a/home-manager/home.nix b/home-manager/home.nix index fd1158d..3216285 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -29,6 +29,7 @@ let FUZZEL_WIDTH = "25"; FUZZEL_HEIGHT = "15"; FUZZEL_OPACITY = "aa"; + WAYBAR_SIZE = 20; # Other HOME = "/home/deadvey"; @@ -547,7 +548,7 @@ in layer = "top"; name = "top"; position = "top"; - height = 20; + height = WAYBAR_SIZE; width = SCREEN_WIDTH; modules-left = [ "cpu" "memory" "disk" "custom/temperature" ]; modules-center = ["custom/clock" "custom/cmus-song" "custom/cmus-artist"]; @@ -597,6 +598,8 @@ in layer = "top"; name = "right"; position = "right"; + width = WAYBAR_SIZE; + height = SCREEN_HEIGHT - (WAYBAR_SIZE * 2); modules-right = ["custom/lock" "custom/shutdown" "custom/reboot"]; modules-center = [ "hyprland/workspaces" ]; "custom/lock" = { @@ -617,6 +620,7 @@ in layer = "top"; name = "right"; position = "left"; + width = WAYBAR_SIZE; 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 = ""; @@ -668,7 +672,7 @@ in layer = "top"; name = "bottom"; position = "bottom"; - height = 20; + height = WAYBAR_SIZE; width = SCREEN_WIDTH; modules-left = [ "custom/uptime" ]; #modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula" "custom/mocha" "custom/macchiato"];