i3status-rust
i3status-rust copied to clipboard
Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
Xrandr block seems to have a few issues, which might be due to xrandr itself, but is exacerbated by the fact we call it every x seconds just to update...
`backlight_*` icons are completely missing from the material icon theme.
This is related to https://github.com/greshake/i3status-rust/issues/85 -- I also sync config between laptops and now also a desktop. On my desktop, I'm now seeing the red-empty battery icon. Config: ``` [[block]]...
I'm using i3, with the following commands mapped for volume: bindsym Mod4+F7 exec --no-startup-id "pactl set-sink-mute 0 toggle" bindsym Mod4+F8 exec --no-startup-id "pactl set-sink-volume 0 -5%" bindsym Mod4+F9 exec --no-startup-id...
Reading the documentation, I can't seem to find a way to give a block a minimum width in pixels. This means that when you use a variable width font, trying...
Keep forgetting to update them since it's manual process ATM
Battery config ```toml [[block]] block = "battery" format = "{percentage:2}" device = "BAT0" allow_missing = true ``` i3status-rust version: `0.21.2` Linux kernel version: `5.15.17`  This is all I see...
I'm currently looking to switch from a homemade bar to i3status-rust, but I think that I'd prefer configuring i3status-rs in rust, as opposed to toml. This would (assuming we add...
Some devices do not report the battery via bluez; for these devices getting power from UPower should be a good alternative.
Using `lua` for configuration gives _a lot_ of flexibility and control: conditional blocks, click handlers in `lua`, custom formatting in `lua`, dynamic themes/icons and a lot more. Here is an...