forked from external/yambar
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
|
||||
* 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
|
||||
|
|
|
@ -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']
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue