Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Dashboard

Configurable grid of status indicators in a single widget.

Basic Usage

[[windows]]
name = "dashboard"
widget_type = "dashboard"
row = 0
col = 0
rows = 2
cols = 12

Properties

PropertyTypeDefaultDescription
indicatorsarrayallWhich indicators to show
columnsintegerautoGrid columns

Display

Shows multiple status indicators in a compact grid:

┌──────────┐
│KNE SIT HID│
│STU WEB BLE│
└──────────┘
  • Active indicators are highlighted
  • Inactive indicators are dimmed

Custom Indicators

[[windows]]
name = "dashboard"
widget_type = "dashboard"
indicators = ["kneeling", "hidden", "stunned", "webbed"]
columns = 2

Available Indicators

  • kneeling, sitting, prone
  • stunned, webbed, hidden
  • invisible, dead
  • bleeding, poisoned, diseased

Example: Combat Dashboard

[[windows]]
name = "combat_status"
widget_type = "dashboard"
row = 0
col = 0
rows = 2
cols = 15
indicators = ["stunned", "webbed", "prone", "bleeding"]
columns = 2
show_border = true
title = "Status"