From 57181c30d77e87b42ba87067bdf3989086d71f10 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 23 Jul 2023 22:54:15 -0500 Subject: [PATCH] refactor(waybar): use correct 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 99f7738f..80bb80f9 100644 --- a/dots/.config/waybar/config +++ b/dots/.config/waybar/config @@ -159,7 +159,7 @@ "temperature": { "tooltip": false, "min-length": 6, - "thermal-zone": 8, + "thermal-zone": 12, "critical-threshold": 90, "format": "{icon} {temperatureC}°C", "format-critical": "{icon} {temperatureC}°C",