X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/ece196a6b092b8d90218a920d1e1a43e51a367f2..c886c5497ddc68fb78655ef1e3dc7c991dac4e08:/widgets/abase.lua diff --git a/widgets/abase.lua b/widgets/abase.lua index 20cc955..98f7818 100644 --- a/widgets/abase.lua +++ b/widgets/abase.lua @@ -10,10 +10,9 @@ local newtimer = require("lain.helpers").newtimer local async = require("lain.asyncshell") local wibox = require("wibox") -local io = io local setmetatable = setmetatable --- Basic template for custom widgets +-- Basic template for custom widgets -- Asynchronous version -- lain.widgets.abase @@ -28,8 +27,7 @@ local function worker(args) function abase.update() async.request(cmd, function(f) - output = f:read("*a") - f:close() + output = f widget = abase.widget settings() end)