2024-06-02 00:46:06 +05:30
|
|
|
# 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-08 23:08:23 +02:00
|
|
|
`waybar {{[-c|--config]}} {{path/to/config.jsonc}}`
|
2024-06-02 00:46:06 +05:30
|
|
|
|
|
|
|
- Use a different stylesheet file:
|
|
|
|
|
2025-03-08 23:08:23 +02:00
|
|
|
`waybar {{[-s|--style]}} {{path/to/stylesheet.css}}`
|
2024-06-02 00:46:06 +05:30
|
|
|
|
|
|
|
- Set the logging level:
|
|
|
|
|
2025-03-08 23:08:23 +02:00
|
|
|
`waybar {{[-l|--log-level]}} {{trace|debug|info|warning|error|critical|off}}`
|