i3status-rust
i3status-rust copied to clipboard
Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
Hello, it is probably caused by some ArchLinux update but my brightness icon is not displayed anymore. I tried to downgrade ttf-font-awesone and i3status-rust but without any luck. Do you...
When I don't specify a `device_id` in the kdeconnect block it doesn't choose the first device paired and reachable. `kdeconnect-cli --list-available` shows one device. When I use the id from...
Currently positional arguments are used for formatters (e.g. `$num.eng(3,auto,K)`), but I think it's better to discuss this one more time before 0.30 release. Positional arguments generally work fine, especially for...
It was renamed my me while rewriting async: I found it confusing that `scrolling` accepts two values: `"inverted"` - the default, in which case Up means Up and Down means...
> What happened to the networkmanager block and how can I recreate the function it had? _Originally posted by @Savuth-S in https://github.com/greshake/i3status-rust/issues/1556#issuecomment-1179365402_ See TODO in https://github.com/greshake/i3status-rust/blob/master/NEWS.md#i3status-rust-0300-unreleased
> the color of the bluetooth's icon is not updated when your bluetooth device is disconnected, after manually refresh the i3status-rus bar, color is OK
`checkupdates` script uses user id, where as bumblebee uses username - and we mimicked the latter. If the updates folder should be exclusive to i3status-rust then perhaps we should differentiate...
First appeared in v0.21.0: https://github.com/greshake/i3status-rust/pull/1386 @roguh This may end up out of v0.30 for the time being
If a block is in an error state and you click on it to see the full error message, any `[[block.click]] button = "left"` commands are also run. Should we...