Skip to Content
WidgetsStatusBar

StatusBar

StatusBar is a simple one-line status widget.

StatusBar
StatusBar terminal preview
Terminal preview of StatusBar

Smallest example

let status = StatusBar::new("ansiq · ready").build();

Where to see it in examples

Use StatusBar when

  • one line is enough
  • the content changes frequently
  • you want a lightweight shell header
Last updated on