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

See #1457 The result could be something like `format = "$graph_down.graph(10)" # a graph 10 characters wide`. The repetition of the word "graph" might seem weird, so I also imagine...

help wanted

When device is not available the block errors, but it should just be hidden since `hide_missing = true`: ![image](https://user-images.githubusercontent.com/20397027/174491031-fdc7052f-98b4-477a-aabf-71dee25241e3.png) ```toml [[block]] block = "battery" driver = "upower" device = "battery_ps_controller_battery_d0obcoc1oe6o57o5c"...

help wanted

Previously (in a build from around mid of May), my i3status-rust setup was showing the battery leftover time via {time} correctly. However, now in v0.30, with $time it does not...

docs

I'm on Artix Linux, using pipewire instead of pulseaudio. If I add a sound block to the status bar and I start i3wm, 9 times out of 10, i3status_rust takes...

need more info

At the moment we basically encourage users to compile from source, although I'm aware of packages in the AUR, [in Void Linux](https://github.com/void-linux/void-packages/tree/master/srcpkgs/i3status-rust), and [in NixOS](https://github.com/NixOS/nixpkgs/blob/b8572d322fa3ec8f21205249821a684dc91586af/pkgs/applications/window-managers/i3/status-rust.nix). One way to broaden the...

help wanted
packaging

In the `kdeconnect` docs the default format string is apparently `“$name $bat_icon $bat_charge{ $notif_icon|}”` and `$bat_charge` is explained as "Battery charge level (only when connected)". It implies that any placeholder...

docs

Pulseaudio sep char is a colon `_`, where as in Pipewire it is an underscore `:`. Thus when using `[block.mappings]` on a system where you might switch between the two...

feature request

So instead of this: `format = "$bat_charge $bat_icon"` We would be able to do the below and only show icon when charging: `format = "$bat_charge $charging{$bat_icon}"`

feature request

Related to #568 If there is no device under `/sys/class/backlight` and there is no device specified in the block, then the bar should not fail. Instead the block should be...

discussion
bar-failures
feature request

Is the icon for hueshift missing? Probably this bulb  is a good idea.

themes/icons
good first issue