i3status-rust
i3status-rust copied to clipboard
Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
Using anything other than `lat, lon` for the current weather API is deprecated. Also, city name and zip-code can both be rather inaccurate (which affects `autolocate`). From https://openweathermap.org/current : >...
[Linux AMDGPU Control Application](https://github.com/ilyazzz/LACT) as block ## old The [radeontop](https://github.com/clbr/radeontop) utility has a mode for dumping the acquired data, this can be parsed and used for a block, similar to...
Following discussion in #293, I think we should look into @sebastianst's proposition to use the [wpa_supplicant D-Bus interface](https://w1.fi/wpa_supplicant/devel/dbus.html). This would make the SSID code much less brittle, as well as...
I get this error upon startup, while my wifi connection is still connecting. However, after wifi connection is connected, if I simply restart i3 bar, the error goes away. There...
@GladOSkar Was this even possible in the first implementation you submitted in https://github.com/greshake/i3status-rust/pull/927? Basically just want to disable tints between two adjacent blocks so that they visually appear as one,...
I just finished setting up the weather block in my bar using OpenWeatherMap and found that they have a free API endpoint for air pollution: https://openweathermap.org/api/air-pollution This could be a...
I thought it would check update in the background and notify me in the status bar when updates are available. But it seems it is not working like this. My...
 Check out this screenshort of my i3status-rust bar, there are 1. two spaces before the cpu value 2. two spaces before the mem value 3. no space before the...
I guess we have to specify the quotes inside flags differently kdeconnect docs - incorrect quote marks:  cpu docs - correct quote marks: 
The music block currently switches to the newest available player that shows up, however if that player doesn't have any media playing yet then we should probably stay with the...