From d56159b409c6a6c423e61e0b429a12557d2850dd Mon Sep 17 00:00:00 2001 From: MaxVerevkin <34583604+MaxVerevkin@users.noreply.github.com> Date: Sun, 10 Sep 2023 11:46:55 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20greshake?= =?UTF-8?q?/i3status-rust@8abd4229bc81334a372d98247e3b1db7e4221f59=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i3status_rs/blocks/index.html | 4 ++-- src/i3status_rs/blocks.rs.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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