diff --git a/i3status_rs/blocks/index.html b/i3status_rs/blocks/index.html index c681205582..64e78ecba9 100644 --- a/i3status_rs/blocks/index.html +++ b/i3status_rs/blocks/index.html @@ -1,7 +1,7 @@ i3status_rs::blocks - Rust

Module i3status_rs::blocks

source ·
Expand description

The collection of blocks

Blocks are defined as a TOML array of tables: [[block]]

- + @@ -16,7 +16,7 @@

Per block click configuration [[block.click]]:

KeyDescriptionDefault
blockName of the i3status-rs block you want to use. See Blocks below for valid block names. Must be the first field of a block config.-
blockName of the i3status-rs block you want to use. See modules below for valid block names.-
signalSignal value that causes an update for this block with 0 corresponding to -SIGRTMIN+0 and the largest value being -SIGRTMAXNone
if_commandOnly display the block if the supplied command returns 0 on startup.None
merge_with_nextIf true this will group the block with the next one, so rendering such as alternating_tint will apply to the whole groupfalse
- + diff --git a/src/i3status_rs/blocks.rs.html b/src/i3status_rs/blocks.rs.html index 718b60c69d..67336654c1 100644 --- a/src/i3status_rs/blocks.rs.html +++ b/src/i3status_rs/blocks.rs.html @@ -267,7 +267,7 @@ //! //! Key | Description | Default //! ----|-------------|---------- -//! `block` | Name of the i3status-rs block you want to use. See `Blocks` below for valid block names. Must be the first field of a block config. | - +//! `block` | Name of the i3status-rs block you want to use. See [modules](#modules) below for valid block names. | - //! `signal` | Signal value that causes an update for this block with `0` corresponding to `-SIGRTMIN+0` and the largest value being `-SIGRTMAX` | None //! `if_command` | Only display the block if the supplied command returns 0 on startup. | None //! `merge_with_next` | If true this will group the block with the next one, so rendering such as alternating_tint will apply to the whole group | `false` @@ -283,7 +283,7 @@ //! //! Key | Description | Default //! ----|-------------|---------- -//! `button` | `left`, `middle`, `right`, `up`, `down`, `forward`, `back` or [`double_left`](https://greshake.github.io/i3status-rust/i3status_rs/click/enum.MouseButton.html). | - +//! `button` | `left`, `middle`, `right`, `up`, `down`, `forward`, `back` or [`double_left`](MouseButton). | - //! `widget` | To which part of the block this entry applies | None //! `cmd` | Command to run when the mouse button event is detected. | None //! `action` | Which block action to trigger | None
KeyDescriptionDefault
buttonleft, middle, right, up, down, forward, back or double_left.-
buttonleft, middle, right, up, down, forward, back or double_left.-
widgetTo which part of the block this entry appliesNone
cmdCommand to run when the mouse button event is detected.None
actionWhich block action to triggerNone