Back to Komorebi

Komorebi Bar

docs/common-workflows/bar.md

0.1.411.7 KB
Original Source

Komorebi Bar

komorebi-bar is a status bar for komorebi that renders on top of the tiling window manager. It is configured through a komorebi.bar.json file, either alongside your komorebi.json or at the path specified in the bar_configurations array.

Widgets

Widgets are placed in the left_widgets, center_widgets, or right_widgets arrays. Each widget is an object with the widget type as key and its configuration as value.

WidgetDescription
KomorebiWorkspaces, layout, focused window, and more
BatteryBattery level and charging status
DateCurrent date in configurable format
TimeCurrent time in configurable format
MediaCurrently playing media information
MemorySystem memory usage
NetworkNetwork activity and connection status
StorageDisk usage information
UpdateKomorebi update notification
SystrayWindows system tray icons

Widgets with dedicated documentation pages:

Dedicated pages for the remaining widgets will be added in the future.

Schema

The full configuration schema is available at komorebi-bar.lgug2z.com/schema.

For running a bar on each monitor, see Multiple Bar Instances and Multi-Monitor Setup.