Skip to content

AppleScript

Standing Desk

At my work, I have a motorized standing desk. I was looking for apps that would remind me to stand and sit at regular intervals. In the long run, I want an app that conditions me, so it starts at standing for an hour a day for a week, then two hours a day for a week, and so on and so forth. I can’t find that app. Instead I made a quick AppleScript that will prompt me to change position every 45 minutes. set answer to “” repeat while answer ≠ “Quit” set answer to the button returned of (display dialog “Please rise.” buttons {“Quit”, “Okay”} default button 2)… Read More »Standing Desk