i3status-rust
i3status-rust copied to clipboard
Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
Fixes: #2081
Version: ```console $ i3status-rs --version i3status-rs 0.33.2 (commit be37f6719 2024-11-09) ``` I have the same problem as in #2047. I checked NEWS.md and it says - Sound: correctly show headphones...
My thinkpad has a xmm7360 4g module, after it connected to internet, i3status-rust can not detect it as default interface. After adding some println! to netlink.rs and get the output...
It would be great if the VPN block could indicate if [CloudFlare Warp](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/) is connected.
The delay for a double-click should be configurable for individual blocks or clicks, rather than being set globally. This way, only the specified click on a particular block will have...
I'm using [river](https://codeberg.org/river/river/) with [i3bar-river](https://github.com/MaxVerevkin/i3bar-river), which handles also i3status-rust. In river's init file I have ```bash # rest of config riverctl spawn "blight set 10%" riverctl spawn i3bar-river ``` And...
This addresses #2098. This code is just a quick demonstration of part of the functionality I would like to have, not finished code. No docs have been updated to indicate...
Having to configure a block directly inside the main config file is fine when the block is never reused, but in scenarios where the same block configuration is reused in...
## Issue The documentation for this block is a bit misleading. It seems to read that if you omit to put an interval, the status check will be done at...