From d0948f5e864711f41e846b756865832fa5467914 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 29 Dec 2024 01:59:19 +0000 Subject: [PATCH] 2024-12-29 01:59 : id 41 --- home-manager/home.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index 0f9c562..b1c44c2 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -486,7 +486,7 @@ in position = "top"; height = 20; width = SCREEN_WIDTH; - modules-left = [ "cpu" "memory" "disk" ]; + modules-left = [ "cpu" "memory" "disk" "temperature"]; modules-center = ["custom/clock"]; modules-right = ["custom/metar"]; "custom/clock" = { @@ -703,7 +703,8 @@ in #custom-mocha, #custom-macchiato, #custom-metar, - #custom-uptime { + #custom-uptime, + #temperature { color: #${FG}; background: #${BG}; border: ${BORDER_WIDTH}px solid #${ACCENT};