X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/0e98bc2f63aea8952ccd947b601d806884a14297..2f1f0c572a85f3d393315b6b63aff12a063649b3:/widgets/contrib/redshift.lua diff --git a/widgets/contrib/redshift.lua b/widgets/contrib/redshift.lua index 69247ee..3c4f749 100644 --- a/widgets/contrib/redshift.lua +++ b/widgets/contrib/redshift.lua @@ -8,7 +8,6 @@ local awful = require("awful") local os = os -local spawn = awful.util.spawn_with_shell local setmetatable = setmetatable @@ -26,9 +25,9 @@ local function init() -- toggled off (i.e Awesome on-the-fly restart), kill redshift to make sure os.execute("pkill redshift") -- Remove existing color adjustment - spawn("redshift -x") + awful.spawn_with_shell("redshift -x") -- (Re)start redshift - spawn("redshift") + awful.spawn_with_shell("redshift") running = true active = true end