-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
FestinBiju edited this page Mar 16, 2026
·
1 revision
After installing the screensaver, right-click the .scr file and choose Configure (or access it via Screen Saver Settings → Settings).
| Setting | Description | Default |
|---|---|---|
| Clock Size | Size of the flip-clock digits as a percentage of screen width | 50% |
| Background Color | Solid background color behind the clock | Black (#000000) |
| 24-hour format | Toggle between 12-hour and 24-hour time display | Off (12-hour) |
Settings are persisted between sessions in the Windows user profile (UserSettings.json).
The Android DreamService currently uses system defaults. To activate and set a trigger:
- Go to Settings → Display → Daydream / Screen Saver.
- Tap Flipqlo to select it.
- Tap the gear icon (if shown) to open per-app settings.
- Set the trigger: While Charging, While Docked, or Either.
If you build from source, default values are stored in:
-
Windows:
windows-src/Flipqlo/UserSettings.cs -
Android:
android-src/app/src/main/res/values/ -
Shared design tokens:
shared/design-tokens.json
See Contributing for build instructions.