Open lcpz opened 1 year ago
i can start doing this for the widgets that i actively use (pulsebar, mpd), touched recently for prototyping (weather), and anything else when i feel bored.
as for how this should land wrt #549, i get the sense you want it separated and after it?
PTAL @ https://github.com/razamatan/lain/pull/1/files.
i actually went with the direction of assuming that i would land the libsoup change first, then this one, hence i didn't do a pr yet (and showing the pr diff to address this issue in my own repo). if you feel strongly about flipping the order, i can do the work to put the glob pr before the libsoup one.
lmk.
everything ok..?
The following widgets use
_now
global variables:We should use table-based variables instead, and thus eliminate the use of
widget
within asettings()
function. Example:This will break the current usage.