lcpz / lain

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

Fix issue #499 #500

Closed trap000d closed 3 years ago

trap000d commented 3 years ago

As @cyberpunkrocker-zero mentioned in #499,

"temp_min" and "temp_max" both show always the same value, which is equal to "temp". They are not real min/max temperatures any more. For the current Openweathermap situation the forecast notification popup should be modified so that it shows only the value of "temp"

Proposed PR removes temp_min and temp_max and uses temp instead