greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
GNU General Public License v3.0
2.81k stars 472 forks source link

Help with custom block #1998

Closed LeonardoRez closed 4 months ago

LeonardoRez commented 4 months ago

I have a custom block that runs a command do fetch some data from a server and display in the status bar. I want to have an option to disable this block (for example, by changing the command for a simple text when clicked).

Is that possible?

MaxVerevkin commented 4 months ago

I think you are looking for the cycle option.

LeonardoRez commented 4 months ago

that's it!! thanks!