[awesome] fix wallpaper loading function
This commit is contained in:
parent
d130dcee28
commit
5656355e1c
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue