[awesome] fix wallpaper loading function

This commit is contained in:
Simon Bruder 2019-06-19 12:20:18 +00:00
parent d130dcee28
commit 5656355e1c
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -59,7 +59,7 @@ theme.hotkeys_modifiers_fg = theme.fg_normal
theme.wallpaper = function(s)
if helpers.file_exists(utils.home() .. ".fehbg") then
spawn({utils.home() .. ".fehbg"})
spawn.spawn(utils.home() .. ".fehbg")
end
end