Skip to content

Configuration

FestinBiju edited this page Mar 16, 2026 · 1 revision

Configuration

Windows

After installing the screensaver, right-click the .scr file and choose Configure (or access it via Screen Saver Settings → Settings).

Available Options

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).


Android

The Android DreamService currently uses system defaults. To activate and set a trigger:

  1. Go to Settings → Display → Daydream / Screen Saver.
  2. Tap Flipqlo to select it.
  3. Tap the gear icon (if shown) to open per-app settings.
  4. Set the trigger: While Charging, While Docked, or Either.

Advanced: Editing Defaults

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.

Clone this wiki locally