greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
GNU General Public License v3.0
2.86k stars 472 forks source link

Add weather forecast #1944

Closed bim9262 closed 1 year ago

bim9262 commented 1 year ago

Fixes #1267

bim9262 commented 1 year ago

Oh, also the forecast values are 0 if there's no forecast data. Perhaps we can display the value as missing some other way, or omit the keys from the map entirely.

MaxVerevkin commented 1 year ago

omit the keys from the map entirely.

This is probably the best option, as users will be able to customize the output to their liking. It just needs to be documented very explicitly.

bim9262 commented 1 year ago

I'll be AFK for the next couple days, but I'll look again on Monday

bim9262 commented 1 year ago

Thanks @MaxVerevkin!