Features/Schedule & timingNew in 1.1.0Β·Introduced in 1.1.0

Auto-disable after N hours

Set Shake It On to turn itself off after 1, 2, 4, 8, 12, or 24 hours.

What it does

Automatically flips Shake It On off after the duration you select.

How it works

When you flip Shake It On to enabled, the engine records the timestamp. On every tick, it checks whether the elapsed time exceeds the configured duration. If so, it sets `isEnabled` to false.

Where to find it

Settings β†’ General β†’ Auto-disable after. Picker: Off / 1 / 2 / 4 / 8 / 12 / 24 hours.

When to use it

Set-and-forget for people who occasionally turn it on and forget to turn it off. Pair with launch-at-login: the app enables on boot but disables itself after 8 hours of work.