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

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

discussion

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

discussion

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

docs

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

discussion
good first issue

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

discussion
feature request

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

feature request

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

configuration

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

enhancement
help wanted
packaging

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

enhancement
discussion

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

discussion