From 2ee30b2ed3adcb07b45f8afe90445dbd1088d48f Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 23 Jul 2023 16:57:26 -0500 Subject: [PATCH] refactor(waybar): update thermal zone --- dots/.config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/waybar/config b/dots/.config/waybar/config index 09f36078..99f7738f 100644 --- a/dots/.config/waybar/config +++ b/dots/.config/waybar/config @@ -159,7 +159,7 @@ "temperature": { "tooltip": false, "min-length": 6, - "thermal-zone": 0, + "thermal-zone": 8, "critical-threshold": 90, "format": "{icon} {temperatureC}°C", "format-critical": "{icon} {temperatureC}°C",