Voglio oscurare lo script sotto "0" sul mio iMac. Ecco il mio script attuale, ma questo è il comando delle impostazioni OSX.
try
tell application "System Preferences"
reveal anchor "displaysDisplayTab" of pane id "com.apple.preference.displays"
delay 8
tell application "System Events"
set value of slider 1 of group 1 of tab group 1 of window 1 of process "System Preferences" to 0
delay 5
end tell
end tell
on error
display notification "Dim screem down failed"
end try
Ho trovato questa app "Shady" che sta andando anche sotto. Hanno un link per l'Open source sul loro sito Web ma 404.
Qualche idea su come implementarlo con AppleScript?