LinuxCommandLibrary

waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors.

TLDR

Start waybar with the default configuration and stylesheet

$ waybar
copy


Use a different configuration file
$ waybar [-c|--config] [path/to/config.jsonc]
copy


Use a different stylesheet file
$ waybar [-s|--style] [path/to/stylesheet.css]
copy


Set the logging level
$ waybar [-l|--log-level] [trace|debug|info|warning|error|critical|off]
copy

Copied to clipboard