2025-03-14 21:59:59 -06:00
|
|
|
# waybar
|
|
|
|
|
|
|
|
|
|
> Highly customizable Wayland bar for Sway and Wlroots based compositors.
|
|
|
|
|
> More information: <https://github.com/Alexays/Waybar>.
|
|
|
|
|
|
|
|
|
|
- Start `waybar` with the default configuration and stylesheet:
|
|
|
|
|
|
|
|
|
|
`waybar`
|
|
|
|
|
|
|
|
|
|
- Use a different configuration file:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`waybar {{[-c|--config]}} {{path/to/config.jsonc}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Use a different stylesheet file:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`waybar {{[-s|--style]}} {{path/to/stylesheet.css}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Set the logging level:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`waybar {{[-l|--log-level]}} {{trace|debug|info|warning|error|critical|off}}`
|