diff options
| -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 |
