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};