X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/2f1f0c572a85f3d393315b6b63aff12a063649b3..ef6383061bbfefd09bbb28b8ce6e61e7074cce62:/widgets/contrib/redshift.lua?ds=inline

diff --git a/widgets/contrib/redshift.lua b/widgets/contrib/redshift.lua
index 3c4f749..25ae023 100644
--- a/widgets/contrib/redshift.lua
+++ b/widgets/contrib/redshift.lua
@@ -25,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
-    awful.spawn_with_shell("redshift -x")
+    awful.spawn.with_shell("redshift -x")
     -- (Re)start redshift
-    awful.spawn_with_shell("redshift")
+    awful.spawn.with_shell("redshift")
     running = true
     active = true
 end