From 0b187704070fb474cf46c58f767010aefc02ecaf Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 14 Sep 2026 19:30:39 -0500 Subject: cleanup --- func/tagnames.lua | 1 - todo | 6 ------ widgets/temperature.lua | 6 ------ 3 files changed, 13 deletions(-) diff --git a/func/tagnames.lua b/func/tagnames.lua index 528c7b9..a87a3d7 100644 --- a/func/tagnames.lua +++ b/func/tagnames.lua @@ -33,7 +33,6 @@ end function nametag_c(c) for _, ct in ipairs(c:tags()) do - --nametagc_t(ct, c) nametag(ct, c.newclass or c.class) end end diff --git a/todo b/todo index 08ab7dd..781b676 100644 --- a/todo +++ b/todo @@ -1,13 +1,9 @@ gaps keybinds client mfact/fact keybinds -hostname configs -volume dropdown menu -battery widget bar styling / powerline for certain confs classiclayout widget minify widget icons bar title tabs in monocle mode -better tagnames volume/cpu graph/etc in middle right bar when hovering over stats new windows should open on the tags activated when spawn was ran @@ -20,5 +16,3 @@ other layouts floating support tabbing support cleanup - -move pvolctld logic to sep util file with diff callbacks 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