Aardflex Reference
Auto-generated reference documentation for the Aardflex theme XML language — every component, data module, and pipe transform recognized by the renderer. Generated from the on-device descriptors so this page stays in sync with the app.
Components →
21 XML elements: 7 layout, 12 content, 2 interactive.
Data Modules →
21 data sources (20 built) — datetime, weather, sun/moon, system, sensors, and more.
Expressions →
28 pipe transforms for formatting, math, conditionals, and unit conversions.
How a wallpaper is built
A theme combines three things:
- Components — the XML elements that lay out and render content (background, layer, column, text, image, …).
- Data modules — sources of live data referenced as
{moduleId:property}, e.g.{dt:time}or{wx:temperature}. - Pipe transforms — chained formatters applied to the
resolved value, e.g.
{wx:temperature | round:1 | c2f}.
Reference data version 1 — generated 2026-05-01T09:45:09.670154900Z.