mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
Minor documentation update
This commit is contained in:
parent
89e74139f5
commit
14550440dd
4 changed files with 16 additions and 2 deletions
|
@ -87,6 +87,7 @@ Available modules:
|
||||||
* mem
|
* mem
|
||||||
* mpd
|
* mpd
|
||||||
* network
|
* network
|
||||||
|
* pipewire
|
||||||
* pulse
|
* pulse
|
||||||
* removables
|
* removables
|
||||||
* river
|
* river
|
||||||
|
@ -106,7 +107,7 @@ mkdir -p bld/release && cd bld/release
|
||||||
Second, configure the build (if you intend to install it globally, you
|
Second, configure the build (if you intend to install it globally, you
|
||||||
might also want `--prefix=/usr`):
|
might also want `--prefix=/usr`):
|
||||||
```sh
|
```sh
|
||||||
meson --buildtype=release ../..
|
meson setup --buildtype=release ..
|
||||||
```
|
```
|
||||||
|
|
||||||
Optionally, explicitly disable a backend (or enable, if you want a
|
Optionally, explicitly disable a backend (or enable, if you want a
|
||||||
|
|
|
@ -36,6 +36,7 @@ if plugin_mpd_enabled
|
||||||
endif
|
endif
|
||||||
if plugin_i3_enabled
|
if plugin_i3_enabled
|
||||||
plugin_pages += ['yambar-modules-i3.5.scd']
|
plugin_pages += ['yambar-modules-i3.5.scd']
|
||||||
|
plugin_pages += ['yambar-modules-sway.5.scd']
|
||||||
endif
|
endif
|
||||||
if plugin_label_enabled
|
if plugin_label_enabled
|
||||||
plugin_pages += ['yambar-modules-label.5.scd']
|
plugin_pages += ['yambar-modules-label.5.scd']
|
||||||
|
|
|
@ -73,7 +73,7 @@ address.
|
||||||
: int
|
: int
|
||||||
: no
|
: no
|
||||||
: Periodically (in milliseconds) update the signal, rx+tx bitrate, and
|
: Periodically (in milliseconds) update the signal, rx+tx bitrate, and
|
||||||
ul+dl speed tags. Setting it to 0 disables updates. Cannot be less
|
ul+dl speed tags (default=0). Setting it to 0 disables updates. Cannot be less
|
||||||
than 250ms.
|
than 250ms.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -142,14 +142,26 @@ Available modules have their own pages:
|
||||||
|
|
||||||
*yambar-modules-clock*(5)
|
*yambar-modules-clock*(5)
|
||||||
|
|
||||||
|
*yambar-modules-cpu*(5)
|
||||||
|
|
||||||
|
*yambar-modules-disk-io*(5)
|
||||||
|
|
||||||
|
*yambar-modules-dwl*(5)
|
||||||
|
|
||||||
|
*yambar-modules-foreign-toplevel*(5)
|
||||||
|
|
||||||
*yambar-modules-i3*(5)
|
*yambar-modules-i3*(5)
|
||||||
|
|
||||||
*yambar-modules-label*(5)
|
*yambar-modules-label*(5)
|
||||||
|
|
||||||
|
*yambar-modules-mem*(5)
|
||||||
|
|
||||||
*yambar-modules-mpd*(5)
|
*yambar-modules-mpd*(5)
|
||||||
|
|
||||||
*yambar-modules-network*(5)
|
*yambar-modules-network*(5)
|
||||||
|
|
||||||
|
*yambar-modules-pipewire*(5)
|
||||||
|
|
||||||
*yambar-modules-pulse*(5)
|
*yambar-modules-pulse*(5)
|
||||||
|
|
||||||
*yambar-modules-removables*(5)
|
*yambar-modules-removables*(5)
|
||||||
|
|
Loading…
Add table
Reference in a new issue