Skip to content

Screen contents

The timer screen isn’t a fixed design. Everything on it — the tournament title, the countdown, the blinds, the payout list — lives in a cell you can move, restyle, or remove. Screen contents is the editor for that layout, and it works directly on the timer itself: what you see while editing is the real screen, rendered with the real tournament data.

Tap the display settings icon (Show…) in the top app bar, then Screen contents under Customize. The screen splits, and an editing toolbar appears.

Where the toolbar lands depends on the space available:

  • Wide screens — landscape, or anything at least 800 points across — put the timer on the left and a fixed editing panel down the right side. Cell settings open inside that panel.
  • Portrait phones put the timer on top and a compact bar underneath with Cut, Copy, Delete, and an Edit settings button that opens the settings as a sheet.
Edit mode on a wide screen: the outlined timer cells on the left, and an editing panel on the right reading Tap any cell to select it. Tap again to deselect. Edit mode on a phone: the timer above, with Undo, Redo and Done, then Cut, Copy, Delete and an Edit settings button below

Both layouts share the same toolbar buttons:

  • Undo and Redo step through your changes. History holds the last 50 edits, and rapid tweaks to the same setting — dragging a font-size slider, say — collapse into one step so undo doesn’t crawl back through every intermediate value.
  • Save keeps your changes, Cancel throws them away. Cancel is red, because it discards everything since you entered edit mode.
  • If you haven’t changed anything yet, a single Done button appears instead of Save and Cancel.

In edit mode every cell is outlined and labelled, including cells that the live timer would be hiding right now:

  • Text cells are labelled with the name of the content they display — clock, blinds, player count.
  • Rows and columns are labelled row or column, followed by their condition when they have one, e.g. column: {{ totalCollected > 0 }}.
  • Hidden cells — ones whose condition is currently false, or whose content produces no text — keep their place in the layout but get a diagonally striped label bar. They’re still fully editable; the stripes just tell you the live timer wouldn’t be drawing them at this moment.
  • A text cell whose content evaluates to nothing shows a short preview of its raw text instead of blank space, so the cell stays findable. If the content name doesn’t resolve at all, the cell reads Missing variable "…".

Tap a cell to select it, and tap it again to deselect. Selection is additive — tapping a second cell adds it to the selection rather than replacing it, which is how you restyle several cells at once.

A Selected: 2 chip shows how many cells are in play; tap the chip to clear the selection entirely. On wide screens the chip sits in the editing panel; on phones it floats over the timer.

When more than one cell is selected:

  • Settings that differ across the selection show Multiple instead of a value. Changing one writes it to every selected cell; leaving it alone leaves each cell’s own value intact.
  • Content and Condition drop out of the settings list — those are inherently per-cell.
Two cells selected: the chip reads Selected: 2, Save as widget is greyed out, and Font color, Font size and Line spacing all read Multiple

With at least one cell selected, these commands are available:

CommandWhat it does
CutRemoves the cell and puts it on the clipboard
CopyPuts a copy of the cell on the clipboard
Save as widgetAdds the cell to your widget gallery for reuse — one cell at a time
DeleteRemoves the cell

Cut and Delete are unavailable for the outermost cell, since something has to hold the layout. If you select a container and something inside it, the command applies to the container only — the child comes along with it.

On a portrait phone, Save as widget isn’t on the inline bar; it’s inside the sheet that Edit settings opens.

+ buttons appear at every insertion point inside every row and column — before the first child, between children, and after the last. Tapping one opens an Add menu:

  • Paste from clipboard — only listed when you’ve cut or copied something, and always first. Pasting empties the clipboard, so a cut cell lands exactly once.
  • Content — insert a text cell and pick which content item it shows.
  • Column — insert an empty column (children stacked vertically).
  • Row — insert an empty row (children side by side).
  • Widget — open the widget gallery and drop in a complete, pre-built block.

After the new cell lands, the timer scrolls to bring it into view.

On wide screens, tapping a setting expands its controls inline, right below the row; a chevron collapses it again. On phones, Edit settings opens the same list as a sheet. Either way the settings are listed alphabetically.

The Font color setting expanded inline in the editing panel, showing a collapse chevron, a hex field, and a colour picker, with the other settings still listed below

A text cell shows one piece of content, and everything else about it is typography:

SettingNotes
ContentWhich content item the cell displays
FontAny of the bundled Google Fonts, with a search box
Font size2–100. This is a relative size — the timer scales the whole layout to fit the screen, so think of it as proportion, not points
Font weightLight through black
Line spacing1.0–2.0, for content that spans several lines like a payout list
AlignmentLeft, center, or right
Font colorWith a reset button to fall back to the screen’s text color
A single text cell selected, with the editing panel listing Alignment, Content, Font, Font color, Font size, Font weight and Line spacing

Rows and columns arrange their children and carry all the decoration:

SettingNotes
AlignmentHow children line up. A row exposes this as Alignment, vertical
ConditionAn expression deciding whether the whole cell — and everything inside it — appears. See Scripting
Spacing0–100, the gap between children
Padding0–100, inside the cell’s border
Margin0–100, outside it
Background color
ImageA background image for this cell
Border width0–20
Border color
Corner radius0–100
Rotation−180° to 180°

The Image setting offers Manage cloud images to reuse pictures you’ve already uploaded, and Upload image to add a new one. Uploading your own images requires a subscription; without one the upload action shows a lock.

A row or column with a Condition only appears when that condition is true, which is how a payout block stays out of the way until money has been collected. Leave it empty and the cell always shows.

The condition editor has syntax highlighting and completion, shows what the expression currently evaluates to, and rejects anything that isn’t true or false. The { } button in its app bar opens the Script explorer, which lists every value you can reference along with its current value.

See Scripting for the language, and Tournament data for the full list of values.

Timer customizations can differ per level — a calm background during breaks, something louder during blind levels. So when you tap Save, the app asks how far the change should reach with an Update: menu:

  • this level — only the level you’re looking at
  • all blind levels, all break levels, or all pregame levels — every level of that type
  • all levels — the whole tournament
The Update sheet that appears when saving, offering all blind levels and all levels

Cancelling the Update menu doesn’t lose your work — you stay in edit mode with the draft intact.

Both live in the Show… menu, and both are covered on the Timer display page:

  • Reset to defaults lists exactly what you’ve customized so you can reset the layout alone, or everything.
  • Import customizations copies another tournament’s look onto this one, which beats rebuilding a layout you already like.