mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
596 B
Plaintext
26 lines
596 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|