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 config
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
OptionTypeDefaultNotes
cornerstringtop-rightCorner used for the floating clock panel.
backgroundhex rgba#101014ccPanel background color, including alpha.
radius-pxu3224Panel corner radius in pixels.
blurbooltrueAllows the Aperture panel to draw frosted-glass backdrop blur when effects.blur permits layer-shell blur.
clocknested blocksee aperture configClock font and colour settings.
clock-largenested blocksee aperture configNormal floating clock size state.
clock-mediumnested blocksee aperture configCollapsed floating clock size state.
clock-smallnested blocksee aperture configMinimal reserved top-tab size state.