This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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 |