From 6da394b5d9f9d3a520e7babd640b3c23b913436c Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 14 Sep 2026 15:38:08 -0500 Subject: automatically get correct hwmon temp zone on linux via cpu vendor. cpuinfo lib. remove manual temp files --- hosts/T430.lua | 3 --- hosts/T495.lua | 3 --- hosts/libreX60.lua | 1 - 3 files changed, 7 deletions(-) delete mode 100644 hosts/T430.lua delete mode 100644 hosts/T495.lua (limited to 'hosts') diff --git a/hosts/T430.lua b/hosts/T430.lua deleted file mode 100644 index c268fca..0000000 --- a/hosts/T430.lua +++ /dev/null @@ -1,3 +0,0 @@ -local bar_widgets = require("bar") - -bar_widgets.temp.file = "/sys/class/hwmon/hwmon0/temp1_input" diff --git a/hosts/T495.lua b/hosts/T495.lua deleted file mode 100644 index 0615b5c..0000000 --- a/hosts/T495.lua +++ /dev/null @@ -1,3 +0,0 @@ -local bar_widgets = require("bar") - -bar_widgets.temp.file = "/sys/class/hwmon/hwmon2/temp1_input" diff --git a/hosts/libreX60.lua b/hosts/libreX60.lua index af69c6a..3beb841 100644 --- a/hosts/libreX60.lua +++ b/hosts/libreX60.lua @@ -8,4 +8,3 @@ beautiful.font_sans = beautiful.font_mono local bar_widgets = require("bar") bar_widgets.textclock.format = "%a, %b %-e, %-H:%M" -bar_widgets.temp.file = "/sys/class/thermal/thermal_zone0/temp" -- cgit v1.2.3