From: Luke Bonham Date: Thu, 12 Jan 2017 20:56:10 +0000 (+0100) Subject: Merge pull request #266 from aajjbb/fix-redshift-typo X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/3a2e5e0a8a7557f3c5eb73171ac80da57ef582ac?hp=f849e631d64e7445ca8abde847191976447f0f93 Merge pull request #266 from aajjbb/fix-redshift-typo fixing redshit spawn_with_shell to be compliant with awesome v4.0 --- 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