Minor documentation update

This commit is contained in:
oob 2023-08-27 12:48:56 +00:00 committed by Daniel Eklöf
parent 89e74139f5
commit 14550440dd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 16 additions and 2 deletions

View file

@ -87,6 +87,7 @@ Available modules:
* mem
* mpd
* network
* pipewire
* pulse
* removables
* river
@ -106,7 +107,7 @@ mkdir -p bld/release && cd bld/release
Second, configure the build (if you intend to install it globally, you
might also want `--prefix=/usr`):
```sh
meson --buildtype=release ../..
meson setup --buildtype=release ..
```
Optionally, explicitly disable a backend (or enable, if you want a

View file

@ -36,6 +36,7 @@ if plugin_mpd_enabled
endif
if plugin_i3_enabled
plugin_pages += ['yambar-modules-i3.5.scd']
plugin_pages += ['yambar-modules-sway.5.scd']
endif
if plugin_label_enabled
plugin_pages += ['yambar-modules-label.5.scd']

View file

@ -73,7 +73,7 @@ address.
: int
: no
: 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.

View file

@ -142,14 +142,26 @@ Available modules have their own pages:
*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-label*(5)
*yambar-modules-mem*(5)
*yambar-modules-mpd*(5)
*yambar-modules-network*(5)
*yambar-modules-pipewire*(5)
*yambar-modules-pulse*(5)
*yambar-modules-removables*(5)