mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-22 18:25:38 +02:00
Rename project: f00bar -> yambar
This commit is contained in:
parent
9b9344877f
commit
9dbbc480e4
23 changed files with 87 additions and 87 deletions
|
@ -1,9 +1,9 @@
|
|||
scdoc = dependency('scdoc', native: true)
|
||||
scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: true)
|
||||
|
||||
foreach man_src : ['f00bar.1.scd', 'f00bar.5.scd', 'f00bar-decorations.5.scd',
|
||||
'f00bar-modules.5.scd', 'f00bar-particles.5.scd',
|
||||
'f00bar-tags.5.scd']
|
||||
foreach man_src : ['yambar.1.scd', 'yambar.5.scd', 'yambar-decorations.5.scd',
|
||||
'yambar-modules.5.scd', 'yambar-particles.5.scd',
|
||||
'yambar-tags.5.scd']
|
||||
parts = man_src.split('.')
|
||||
name = parts[-3]
|
||||
section = parts[-2]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
f00bar-decorations(5)
|
||||
yambar-decorations(5)
|
||||
|
||||
# NAME
|
||||
f00bar-decorations - configuration file
|
||||
yambar-decorations - configuration file
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
|
@ -27,7 +27,7 @@ This decoration sets the particles background color.
|
|||
| color
|
||||
: color
|
||||
: yes
|
||||
: The background color. See *f00bar*(5) for format.
|
||||
: The background color. See *yambar*(5) for format.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
|
@ -57,7 +57,7 @@ bottom of the particle.
|
|||
| color
|
||||
: color
|
||||
: yes
|
||||
: The color of the line. See *f00bar*(5) for format.
|
||||
: The color of the line. See *yambar*(5) for format.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
|
@ -92,4 +92,4 @@ content:
|
|||
|
||||
# SEE ALSO
|
||||
|
||||
*f00bar-particles*(5)
|
||||
*yambar-particles*(5)
|
|
@ -1,7 +1,7 @@
|
|||
f00bar-modules(5)
|
||||
yambar-modules(5)
|
||||
|
||||
# NAME
|
||||
f00bar-modules - configuration file
|
||||
yambar-modules - configuration file
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
|
@ -10,12 +10,12 @@ bar.
|
|||
|
||||
All modules expose their data through *tags*. Each tag has a *name*,
|
||||
*type* and *value*. The name and type is fixed, while the value
|
||||
typically changes over time. See *f00bar-tags(5)*.
|
||||
typically changes over time. See *yambar-tags(5)*.
|
||||
|
||||
The tags are rendered by _particles_. Each particle has its own way of
|
||||
representing tag values. The simplest one is the _string_ particle,
|
||||
which renders a text representation of the tag value. See
|
||||
*f00bar-particles*(5).
|
||||
*yambar-particles*(5).
|
||||
|
||||
Note that all the examples showed below have been kept simple. Here
|
||||
are a couple of tips that will improve the looks:
|
||||
|
@ -27,10 +27,10 @@ the middle of its string. To do this, you need to wrap multiple
|
|||
_string_ particles in a _list_ particle.
|
||||
|
||||
This is especially important if you want to use an icon font since
|
||||
f00bar does not do font fallback handling.
|
||||
yambar does not do font fallback handling.
|
||||
|
||||
Also remember there is a short version for lists (see
|
||||
*f00bar-particles*(5))
|
||||
*yambar-particles*(5))
|
||||
|
||||
For example, to render _backlight_ as " 20%", you could use:
|
||||
|
||||
|
@ -115,7 +115,7 @@ following attributes are supported by all modules:
|
|||
| content
|
||||
: particle
|
||||
: A particle describing how the module's information is to be rendered.
|
||||
See *f00bar-particles*(5)
|
||||
See *yambar-particles*(5)
|
||||
| anchors
|
||||
: associative array
|
||||
: Free-to-use associative array, where you can put yaml anchor definitions
|
||||
|
@ -768,4 +768,4 @@ bar:
|
|||
|
||||
# SEE ALSO
|
||||
|
||||
*f00bar-particles*(5), *f00bar-tags*(5), *f00bar-decorations*(5)
|
||||
*yambar-particles*(5), *yambar-tags*(5), *yambar-decorations*(5)
|
|
@ -1,7 +1,7 @@
|
|||
f00bar-particles(5)
|
||||
yambar-particles(5)
|
||||
|
||||
# NAME
|
||||
f00bar-particles - configuration file
|
||||
yambar-particles - configuration file
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
|
@ -43,7 +43,7 @@ following attributes are supported by all particles:
|
|||
| deco
|
||||
: decoration
|
||||
: no
|
||||
: Decoration to apply to the particle. See *f00bar-decorations*(5)
|
||||
: Decoration to apply to the particle. See *yambar-decorations*(5)
|
||||
|
||||
# STRING
|
||||
|
||||
|
@ -61,7 +61,7 @@ of free text mixed with tag specifiers.
|
|||
: yes
|
||||
: Format string. Tags are spcified with _{tag_name}_. Some tag types
|
||||
have suffixes that can be appended (e.g. _{tag_name:suffix}_). See
|
||||
*f00bar-modules*(5)).
|
||||
*yambar-modules*(5)).
|
||||
| max
|
||||
: int
|
||||
: no
|
||||
|
@ -306,4 +306,4 @@ content:
|
|||
|
||||
# SEE ALSO
|
||||
|
||||
*f00bar-tags*(5), *f00bar-decorations*(5)
|
||||
*yambar-tags*(5), *yambar-decorations*(5)
|
|
@ -1,7 +1,7 @@
|
|||
f00bar-tags(5)
|
||||
yambar-tags(5)
|
||||
|
||||
# NAME
|
||||
f00bar-tags - configuration file
|
||||
yambar-tags - configuration file
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
|
@ -31,7 +31,7 @@ The available tag *types* are:
|
|||
: Value is an integer that changes in a predictable manner (in
|
||||
"realtime"). This allows the particle to update itself
|
||||
periodically. Only supported by the
|
||||
*f00bar-particle-progress-bar*(5). Other particles can still render
|
||||
*yambar-particle-progress-bar*(5). Other particles can still render
|
||||
the tag's value. And, the _string_ particle recognizes the _:unit_
|
||||
suffix, which will be translated to a "s" for a tag with "seconds"
|
||||
resolution, or "ms" for one with "milliseconds" resolution.
|
|
@ -1,15 +1,15 @@
|
|||
f00bar(1)
|
||||
yambar(1)
|
||||
|
||||
# NAME
|
||||
f00bar - modular status panel for X11 and Wayland
|
||||
yambar - modular status panel for X11 and Wayland
|
||||
|
||||
# SYNOPSIS
|
||||
*f00bar* [_OPTIONS_]...
|
||||
*yambar* [_OPTIONS_]...
|
||||
|
||||
# OPTIONS
|
||||
|
||||
*-b, --backend={xcb,wayland,auto}*
|
||||
Backend to use. The default is *auto*. In this mode, f00bar will
|
||||
Backend to use. The default is *auto*. In this mode, yambar will
|
||||
look for the environment variable _WAYLAND\_DISPLAY_, and if
|
||||
available, use the *Wayland* backend. If not, the *XCB* backend is
|
||||
used.
|
||||
|
@ -26,7 +26,7 @@ f00bar - modular status panel for X11 and Wayland
|
|||
Show the version number and quit
|
||||
|
||||
# DESCRIPTION
|
||||
*f00bar* is a light-weight and configurable status panel (_bar_, for
|
||||
*yambar* is a light-weight and configurable status panel (_bar_, for
|
||||
short) for *X* and *Wayland*.
|
||||
|
||||
It has a number of _modules_ that provide information in the form of
|
||||
|
@ -48,4 +48,4 @@ There are a number of modules and particles builtin. More can be added
|
|||
as plugins. You can even write your own!
|
||||
|
||||
# CONFIGURATION
|
||||
See *f00bar*(5)
|
||||
See *yambar*(5)
|
|
@ -1,15 +1,15 @@
|
|||
f00bar(5)
|
||||
yambar(5)
|
||||
|
||||
# NAME
|
||||
f00bar - configuration file
|
||||
yambar - configuration file
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
A f00bar configuration file is a yaml formatted document containing an
|
||||
A yambar configuration file is a yaml formatted document containing an
|
||||
associative array named _bar_. You may define other top-level entities
|
||||
and reference them using anchors.
|
||||
|
||||
Besides the normal yaml types, there are a couple of f00bar specific
|
||||
Besides the normal yaml types, there are a couple of yambar specific
|
||||
types that are frequently used:
|
||||
|
||||
- *font*: this is a string in _fontconfig_ format. Example of valid values:
|
||||
|
@ -112,15 +112,15 @@ types that are frequently used:
|
|||
| left
|
||||
: list
|
||||
: no
|
||||
: Left-aligned modules (see *f00bar-modules*(5))
|
||||
: Left-aligned modules (see *yambar-modules*(5))
|
||||
| center
|
||||
: list
|
||||
: no
|
||||
: Center-aligned modules (see *f00bar-modules*(5))
|
||||
: Center-aligned modules (see *yambar-modules*(5))
|
||||
| right
|
||||
: list
|
||||
: no
|
||||
: Right-aligned modules (see *f00bar-modules*(5))
|
||||
: Right-aligned modules (see *yambar-modules*(5))
|
||||
|
||||
# EXAMPLES
|
||||
|
||||
|
@ -142,10 +142,10 @@ bar:
|
|||
# FILES
|
||||
The configuration file is searched for (in this order):
|
||||
|
||||
- _$XDG_CONFIG_HOME/f00bar/config.yml_
|
||||
- _$HOME/.config/f00bar/config.yml_
|
||||
- _$XDG_CONFIG_HOME/yambar/config.yml_
|
||||
- _$HOME/.config/yambar/config.yml_
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
*f00bar-modules*(5), *f00bar-particles*(5), *f00bar-tags*(5),
|
||||
*f00bar-decorations*(5)
|
||||
*yambar-modules*(5), *yambar-particles*(5), *yambar-tags*(5),
|
||||
*yambar-decorations*(5)
|
Loading…
Add table
Add a link
Reference in a new issue