f.lux btt golden chaos integration?

hello!
anyone know how to add an f.lux widget/button into btt (specifically golden chaos preset)? preferably would be able to run and quit application as well as toggle movie mode
thanks :slight_smile:

I can half help you:

On a button thats action is "Run Apple Script", the following script will toggle run/quit f.lux (or any app). Cant help with movie mode I'm afraid.

if application "Flux" is running then
	tell application "Flux"
		quit
	end tell
else
	tell application "Flux" to activate
end if