table of contents
yambar(1) | General Commands Manual | yambar(1) |
NAME¶
yambar - modular status panel for X11 and Wayland
SYNOPSIS¶
yambar [OPTIONS]...
OPTIONS¶
-b,--backend={xcb,wayland,auto}
-c,--config=FILE
-C,--validate
-p,--print-pid=FILE|FD
-d,--log-level={info,warning,error,none}
-l,--log-colorize=[{never,always,auto}]
-s,--log-no-syslog
-v,--version
DESCRIPTION¶
yambar is a lightweight and configurable status panel (bar, for short) for X11 and Wayland.
It has a number of modules that provide information in the form of tags. For example, the clock module has a date tag that contains the current date.
The modules do not know how to present the information though. This is instead done by particles. And the user, you, decides which particles (and thus how to present the data) to use.
Furthermore, each particle can have a decoration. These are things like a different background, or an graphical underline.
There is no support for images or icons. use an icon font (e.g. Font Awesome, or Material Icons) if you want a graphical representation.
There are a number of modules and particles builtin. More can be added as plugins. You can even write your own!
CONFIGURATION¶
See yambar(5)
2024-04-22 |