yasb-docs
Installation
SKILL.md
YASB (Yet Another Status Bar)
A highly customizable status bar for Windows 10/11 with support for widgets, CSS styling, global keybindings, and Python-based plugin development. Configured via YAML and styled with CSS.
Quick Start
# config.yaml - Minimal status bar configuration
bars:
status-bar:
enabled: true
screens: ['*']
dimensions:
width: "100%"
height: 36
widgets:
left: ["clock"]
center: ["cpu"]
right: ["memory"]