Skip to content

Instantly share code, notes, and snippets.

@graceac
graceac / Set Slack Status.scpt
Created May 31, 2018 06:12
Set Slack Status Automatically
-- Set Slack Status v0.1
-- // NEXT ACTIONS
-- ✔ Add if so I can have both working remotely and office set automatically (wifi?)
-- Have an automator rule so meetings on calendar are automatically set as well (possible) need to watch calendar events probably
-- Integrate with pomodoro to show Busy on Slack and when I'll be available
-- Create default settings for usual locations so its easier to update
set wifiName to do shell script "/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | awk '/ SSID/ {print substr($0, index($0, $2))}'"
--return wifiName