Config Reference
Aperture Peek
Standalone Aperture clock panel styling used by the compositor reserve/peek integration.
Defaults
Defaults shown here are the effective builtin defaults from RuntimeTuning::builtin_defaults().
Default Config Shape
Use this as the section shape when editing halley.rune.
aperture-peek:
corner "top-right"
background "#101014cc"
radius-px 24
blur true
clock:
font "CommitMono Nerd Font Bold"
colour "#e8a1a7"
end
clock-large:
size-px 80
end
clock-medium:
size-px 44
end
clock-small:
size-px 26
height-px 32
end
end| Option | Type | Default | Notes |
|---|---|---|---|
corner | string | top-right | Corner used for the floating clock panel. |
background | hex rgba | #101014cc | Panel background color, including alpha. |
radius-px | u32 | 24 | Panel corner radius in pixels. |
blur | bool | true | Allows the Aperture panel to draw frosted-glass backdrop blur when effects.blur permits layer-shell blur. |
clock | nested block | see aperture config | Clock font and colour settings. |
clock-large | nested block | see aperture config | Normal floating clock size state. |
clock-medium | nested block | see aperture config | Collapsed floating clock size state. |
clock-small | nested block | see aperture config | Minimal reserved top-tab size state. |