i3status-rust
i3status-rust copied to clipboard
Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
Sorry if I missed that, but I would like to trim my IP address from `192.168.1.101` -> `101`. I guess this does not have to apply to the net block...
battery block always shows a bg color highlight even on full charge, I presume the widget still thinks it's a good state not idle yet. i3status version: 0.20.4 theme: space-villain...
The example command for [the toggle block](https://github.com/greshake/i3status-rust/blob/master/doc/blocks.md#toggle) mentions using the `xrandr` command to determine if external displays are connected. The problem with running the `xrandr` command again and again is...
Took a quick look at some other status line generators and listed up their blocks to see what ones might be good to implement ourselves. Of interest to me are...
A number of the color shifters have options for setting latitude and longitude for setting color shifting on time of day. It would be nice to have some config options...
Hello, I was wondering if it were possible to get ordinals support in the time block? Currently, I'm using the following custom block: ``` date '+%A %eXX %B, %H:%M' |...
I just upgraded from 0.14 or so to 0.20.2, and I ran into a problem upgrading my config – there's no way to have things like the disk space or...
I tried setting up static builds using Docker containers based on either Alpine and Ubuntu with musl versions of Rust. Unfortunately the builds fail because proc_macro used by serde_derive can't...
The weather widget only supports fetching the current weather. It could be useful to add support for forecasts, something the openweathermap API seems to support as well. Configuration wise this...
We have 5 states in the increasing order of priority: Good, Idle, Info, Warning, Critical, and they are typically assigned colors Green, Black, Blue, Yellow, Red. This is confusing for...