i3status-rust
i3status-rust copied to clipboard
Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
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...
When device is not available the block errors, but it should just be hidden since `hide_missing = true`:  ```toml [[block]] block = "battery" driver = "upower" device = "battery_ps_controller_battery_d0obcoc1oe6o57o5c"...
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...
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...
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...
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...
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...
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}"`
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...
Is the icon for hueshift missing? Probably this bulb is a good idea.