1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/waybar.md
Anish Mukherjee 1449f86370
waybar: add page (#12872)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: spageektti <git@spageektti.cc>
2024-06-01 21:16:06 +02:00

20 lines
497 B
Markdown

# 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:
`waybar {{-c|--config}} {{path/to/config.jsonc}}`
- Use a different stylesheet file:
`waybar {{-s|--style}} {{path/to/stylesheet.css}}`
- Set the logging level:
`waybar {{-l|--log-level}} {{trace|debug|info|warning|error|critical|off}}`