WORK
// FOCUS
25:00
FOCUS
FOCUS BREAK
// ANI
// VIEWER
// MUSIC
no track loaded
SHIELDS
MODE
CTRL+1…5 · LONG-PRESS = SWITCHBOARD
{# LEDGER total nag — own row, right-aligned, breathing room. Quiet always-visible reminder per Aaron's spec; sits between the status-bar and the Quick Insert section so it never collides with the floating today panel or wraps the controls row. #}
{% include 'includes/ledger_footer_badge.html' %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
// TX 0/280
LOADED
PG 0/48 · 48 LEFT
ENTER ENTER → PAGE · CTRL+ENTER → DECK · ⤢ NOTEBOOK
// Mission Log
    {% set open_tasks = tasks | selectattr('status', 'equalto', 'open') | list %} {% set done_tasks = tasks | selectattr('status', 'equalto', 'complete') | list %} {% if open_tasks %} {% for task in open_tasks %}
  • {{ task.title }}post ↗
  • {% endfor %} {% else %}
  • No active tasks. Good work, captain.
  • {% endif %} {% if done_tasks %}
  • // Completed
  • {% for task in done_tasks %}
  • {{ task.title }}post ↗
  • {% endfor %} {% endif %}
// Log this one?
{% include 'includes/today_panel.html' %} {% include 'includes/time_tracker_panel.html' %}