lcpz / lain

Awesome WM complements
GNU General Public License v2.0
1.05k stars 212 forks source link

introduce helpers.uri (curl replacement) & migrate widget/weather to it #549

Open razamatan opened 1 year ago

razamatan commented 1 year ago
lcpz commented 1 year ago

Pending discussion in #349.

[breaking] weather: use current and forecast to avoid weather_now clobbering

This makes me realise that we should avoid using global variables. #550

razamatan commented 1 year ago

re: globals. yeah, i'll break out the breaking global var change into a different pr.

razamatan commented 1 year ago

see https://github.com/lcpz/lain/pull/349#issuecomment-1396447885. i'm going to go ahead and break out the global change to a later pr to unblock this one.

razamatan commented 1 year ago

updated. went ahead and did the global state localization for the weather widget in this pr since this is a breaking change anyway. i'll have different PRs for some of the other widgets i mess with.

razamatan commented 1 year ago

ping