From 0b187704070fb474cf46c58f767010aefc02ecaf Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 14 Sep 2026 19:30:39 -0500 Subject: cleanup --- widgets/temperature.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'widgets') 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 -- cgit v1.2.3