lcpz / lain

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

Fix alsa widget updating unnecessarily #516

Closed wahlencraft closed 3 years ago

wahlencraft commented 3 years ago

The comparison alsa.last.level ~= l always returned true. Fixed by converting to number before comparison.