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 | |
| parent | 00c81e44290dadc289d4d23aa0a794fbb78d48e8 (diff) | |
| download | awesome-0b187704070fb474cf46c58f767010aefc02ecaf.tar.xz awesome-0b187704070fb474cf46c58f767010aefc02ecaf.zip | |
cleanup
| -rw-r--r-- | func/tagnames.lua | 1 | ||||
| -rw-r--r-- | todo | 6 | ||||
| -rw-r--r-- | widgets/temperature.lua | 6 |
3 files changed, 0 insertions, 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 @@ -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 |
