This commit is contained in:
Thomas Forgione 2018-09-15 10:55:51 +02:00
parent c339ead212
commit 37ecf108e0
No known key found for this signature in database
GPG Key ID: 3B8FC64F5BBFE109
1 changed files with 34 additions and 30 deletions

View File

@ -37,6 +37,8 @@ end
function add_background_widget(s)
awful.spawn.easy_async_with_shell(":", function()
local f = io.open(todo_path, "rb")
if f ~= nil then
@ -78,5 +80,7 @@ function add_background_widget(s)
end
end)
end