1yambar(1)                   General Commands Manual                  yambar(1)
2
3
4

NAME

6       yambar - modular status panel for X11 and Wayland
7

SYNOPSIS

9       yambar [OPTIONS]...
10

OPTIONS

12       -b,--backend={xcb,wayland,auto}
13           Backend to use. The default is auto. In this mode, yambar will look
14           for the environment variable WAYLAND_DISPLAY, and if available, use
15           the Wayland backend. If not, the XCB backend is used.
16
17       -c,--config=FILE
18           Use an alternative configuration file instead of the default one.
19
20       -C,--validate
21           Verify the configuration and then quit. If no errors are detected,
22           nothing is printed and the exit code is 0. If there are errors,
23           these are printed on stdout and the exit code is non-zero.
24
25       -p,--print-pid=FILE|FD
26           Print PID to this file, or FD, when successfully started. The file
27           (or FD) is closed immediately after writing the PID. When a FILE as
28           been specified, the file is unlinked exit.
29
30       -d,--log-level={info,warning,error,none}
31           Log level, used both for log output on stderr as well as syslog.
32           Default: info.
33
34       -l,--log-colorize=[{never,always,auto}]
35           Enables or disables colorization of log output on stderr.
36
37       -s,--log-no-syslog
38           Disables syslog logging. Logging is only done on stderr.
39
40       -v,--version
41           Show the version number and quit
42

DESCRIPTION

44       yambar is a lightweight and configurable status panel (bar, for short)
45       for X11 and Wayland.
46
47       It has a number of modules that provide information in the form of
48       tags. For example, the clock module has a date tag that contains the
49       current date.
50
51       The modules do not know how to present the information though. This is
52       instead done by particles. And the user, you, decides which particles
53       (and thus how to present the data) to use.
54
55       Furthermore, each particle can have a decoration. These are things like
56       a different background, or an graphical underline.
57
58       There is no support for images or icons. use an icon font (e.g. Font
59       Awesome, or Material Icons) if you want a graphical representation.
60
61       There are a number of modules and particles builtin. More can be added
62       as plugins. You can even write your own!
63

CONFIGURATION

65       See yambar(5)
66
67
68
69                                  2022-08-26                         yambar(1)
Impressum