diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-14 15:38:08 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-14 15:38:08 -0500 |
| commit | 6da394b5d9f9d3a520e7babd640b3c23b913436c (patch) | |
| tree | c28c9308ec9a400b4c354413f73dda297c41778d /hosts/libreX60.lua | |
| parent | c42eda88150d42e8b0d7b8b0170d43e5953c3e87 (diff) | |
| download | awesome-6da394b5d9f9d3a520e7babd640b3c23b913436c.tar.xz awesome-6da394b5d9f9d3a520e7babd640b3c23b913436c.zip | |
automatically get correct hwmon temp zone on linux via cpu vendor. cpuinfo lib. remove manual temp files
Diffstat (limited to 'hosts/libreX60.lua')
| -rw-r--r-- | hosts/libreX60.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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" |
