From 5428a1a166de5ee9dd1985be01728a46139e9662 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Wed, 30 Oct 2019 11:46:38 +0100 Subject: [PATCH] [i3status] glob temperature --- i3/i3status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/i3status b/i3/i3status index c7973d0..e5faea2 100644 --- a/i3/i3status +++ b/i3/i3status @@ -96,5 +96,5 @@ cpu_usage { cpu_temperature 1 { format = " %degrees°C" - path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input" + path = "/sys/devices/platform/coretemp.0/hwmon/*/temp1_input" }