This commit is contained in:
Thomas Forgione
2018-09-15 10:55:51 +02:00
parent c339ead212
commit 37ecf108e0
+4
View File
@@ -37,6 +37,8 @@ end
function add_background_widget(s) function add_background_widget(s)
awful.spawn.easy_async_with_shell(":", function()
local f = io.open(todo_path, "rb") local f = io.open(todo_path, "rb")
if f ~= nil then if f ~= nil then
@@ -78,5 +80,7 @@ function add_background_widget(s)
end end
end)
end end