X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/52deb6911957f840a0191f73c8a9626bd9ff5086..7584d13fc11bb519ba09528c9fb132a31474a31c:/widgets/fs.lua diff --git a/widgets/fs.lua b/widgets/fs.lua index 0597845..a1d5d95 100644 --- a/widgets/fs.lua +++ b/widgets/fs.lua @@ -38,15 +38,13 @@ end function fs:show(t_out) fs:hide() - local f = io.popen(helpers.scripts_dir .. "dfs") - ws = f:read("*all"):gsub("\n*$", "") - f:close() + local ws = helpers.read_pipe(helpers.scripts_dir .. "dfs"):gsub("\n*$", "") if fs.followmouse then fs.notification_preset.screen = mouse.screen end - notification = naughty.notify({ + fs_notification = naughty.notify({ preset = fs.notification_preset, text = ws, timeout = t_out