From 701b00bc441cdd06df3908d8f03286744c7913ae Mon Sep 17 00:00:00 2001 From: deadvey Date: Fri, 27 Dec 2024 00:56:52 +0000 Subject: [PATCH] 2024-12-27 00:56 : id 17 --- 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 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"];