diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-14 19:30:39 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-14 19:30:39 -0500 |
| commit | 0b187704070fb474cf46c58f767010aefc02ecaf (patch) | |
| tree | 8b92d6a76c3fdb8a15353e025ce58a9ff08f2821 /widgets/temperature.lua | |
| parent | 00c81e44290dadc289d4d23aa0a794fbb78d48e8 (diff) | |
| download | awesome-0b187704070fb474cf46c58f767010aefc02ecaf.tar.xz awesome-0b187704070fb474cf46c58f767010aefc02ecaf.zip | |
cleanup
Diffstat (limited to 'widgets/temperature.lua')
| -rw-r--r-- | widgets/temperature.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/widgets/temperature.lua b/widgets/temperature.lua index cbefbd2..80f8a92 100644 --- a/widgets/temperature.lua +++ b/widgets/temperature.lua @@ -2,15 +2,9 @@ local wibox = require("wibox") local widgets_util = require("util.widgets") local gears = require("gears") local cpuinfo = require("lib.cpuinfo") -local naughty = require("naughty") local temperature = {} -function temperature:set_file(file) - self._private.file = file - self._timer:emit_signal("timeout") -end - function linux_auto_get_file() -- determine hwmon name from cpu vendor local vendor_hwmon_name = nil |
