Are there any other projects like eww that are written in or configured in non-systems or lisp-like programming languages like python or lua?
Or are there any other projects like eww in general?
just bite the bullet and learn the yuck language, it’s worth it
And if you want to make a window configured in python, sounds like you just want to make a gtk app.
Don’t believe there’s any standalone widget tools that do what eww does like that, but if you’re looking to implement this on a standalone window manager you could try AwesomeWM, which is the only other piece of software I’ve seen compete with eww in its widget capabilities. And I believe everything is done in lua.
There’s conky? You could also just use GTK directly with Python instead of going through eww.