i3status-rust icon indicating copy to clipboard operation
i3status-rust copied to clipboard

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust

Results 182 i3status-rust issues
Sort by recently updated
recently updated
newest added

I just wanted to install i3status on my system. Linking failed with ``` = note: ld.lld: error: unable to find library -l:libpulse.so.0 clang-15: error: linker command failed with exit code...

docs

When using the wheel on the music block I get this, see screenshot, alternatively a red `seek() failed` message, and another error I can't really read well unfortunately, the 2...

bar-failures

With the config below, right clicking on the sound block will trigger the default mute action as well as executing random_command2. ```toml [[block]] block = "sound" [[block.click]] button = "left"...

discussion

* Version: `0.22.0` * Kernel: `5.19.4-arch1-1` * Block configuration: ```toml [[block]] block = "net" device = "wlp2s0" format = "{ssid} {signal_strength} {speed_down;K}" interval = 5 ``` * `nmcli dev wifi...

upstream bug

Put only one space after `$icon` the format for bluetooth block: ``` [[block]] block = "sound" format = "$icon $volume " max_vol = 150 show_volume_when_muted = true headphones_indicator = true...

fonts/spacing/rendering

* Would be nice if the weather block would provide the format key `{forecast}` in addition for the temperature in 3 hours, provided by openweathermaps.org. The call is `api.openweathermap.org/data/2.5/forecast?lat={lat}&lon={lon}&appid={API key}`...

feature request

Left-clicking on this block will show notifications. Right-clicking on this block will enable/disable notifications. Add flag so that when there are notifications you could show the number of events. Set...

Timer for a general timer, that adds 30s each time you click on it. I did it for my personal use, don't hesitate to close the PR if you think...

enhancement

OS - Arch WM - i3 4.21.1 i3status-rs - Git (via AUR) Player - firefox (twitch) Block config: ``` [[block]] block = "music" hide_when_empty = true format = " $icon...