Open betoharres opened 4 years ago
Hi @betoharres, thanks for your review :) The plugin just obtains the data from https://wttr.in and shows it as it is. Unfortunately, here is no special post-processing. But wttr.in has some customizations here, please take a look, maybe you'll find something useful. Another thing, get_weather function returns the string representation from wttr.in API, so perhaps you could find an emoji symbol there and replace it with a correct night representation if it's night.
hello! great plugin, I'm loving it so far! One thing that keeps bothering me is when it's night but the icon keeps showing the sun. I think it's because it wants to tell us that "it's clear sky outside", but I'd like to add the proper icons for the night time. Can you tell me where should I start looking for? I'm pretty n00b with tmux plugins, but I think that I can accomplish something with enough trial and error :smile: Thanks!