diff --git a/home-manager/home.nix b/home-manager/home.nix index 6208a50..ea74c5c 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -328,7 +328,7 @@ in name = "top"; position = "top"; height = 20; - width = SCREEN_WIDTH - 10; + width = SCREEN_WIDTH; modules-left = [ "cpu" "memory" "disk" ]; modules-center = ["custom/clock"]; modules-right = ["custom/metar"]; @@ -413,7 +413,7 @@ in name = "bottom"; position = "bottom"; height = 20; - width = SCREEN_WIDTH - 10; + width = SCREEN_WIDTH; modules-left = [ "custom/uptime" ]; modules-right = [ "pulseaudio" ]; #modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula" "custom/mocha" "custom/macchiato"];