From c02f273d1e69755ce4e727d6eb29453a886a2b63 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 26 Feb 2026 19:46:11 -0500 Subject: [PATCH] u --- obsolete/dots/waybar/config.jsonc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/obsolete/dots/waybar/config.jsonc b/obsolete/dots/waybar/config.jsonc index cb0c9e2..0e605f3 100644 --- a/obsolete/dots/waybar/config.jsonc +++ b/obsolete/dots/waybar/config.jsonc @@ -156,10 +156,10 @@ // https://github.com/Alexays/Waybar/wiki/Module:-Temperature , "temperature": { - // "thermal-zone": 2 - // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input" - // "critical-threshold": 80 - // "format-critical": "{temperatureC}°C " - "format": "{temperatureC}°C " + "thermal-zone": 3 + //, "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input" + , "critical-threshold": 65 + , "format-critical": "{temperatureC}°C " + , "format": "{temperatureC}°C " } }