Skip to content

Instantly share code, notes, and snippets.

@Leask
Created October 11, 2016 09:22
Show Gist options
  • Select an option

  • Save Leask/e8b703049de6812847da49486167dfd3 to your computer and use it in GitHub Desktop.

Select an option

Save Leask/e8b703049de6812847da49486167dfd3 to your computer and use it in GitHub Desktop.
if hours of (current date) > 7 and hours of (current date) < 24 then
tell application "Finder"
activate
end tell
tell application "System Events"
click menu item "SCNU_ZCC_2#4008_Online" of menu "Location" of menu item "Location" of menu "Apple" of menu bar 1 of process "Finder"
end tell
tell application "GoogleTalkPlugin"
activate
end tell
else
tell application "Finder"
activate
end tell
tell application "System Events"
click menu item "SCNU_ZCC_2#4008_Offline" of menu "Location" of menu item "Location" of menu "Apple" of menu bar 1 of process "Finder"
end tell
tell application "GoogleTalkPlugin"
quit
end tell
end if
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment