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

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...

discussion

`backlight_*` icons are completely missing from the material icon theme.

bug/bugfix
themes/icons

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]]...

discussion

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...

need more info

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...

feature request

Keep forgetting to update them since it's manual process ATM

docs

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` ![image](https://user-images.githubusercontent.com/59267627/151661818-57b93424-c9ca-4d53-b1f4-6faa977490cb.png) This is all I see...

feature request

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...

discussion
feature request

Some devices do not report the battery via bluez; for these devices getting power from UPower should be a good alternative.

enhancement

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...

discussion
configuration