You are not logged in.
I would like to draw on the root window like conky or nautilus does? Is it possible in python? My favourite GUI library is Tkinter, but I do not think it is capable of such a task.
Edit: I do not want to mess with pyxlib, it seems to be orphaned long ago.
Last edited by beyaz (2013-07-12 20:11:25)
Offline
The "desktop" is called the "root window". Searching for "python draw on root window" came up with this tutorial: http://zetcode.com/gfx/pycairo/root/
Offline
thank you, this should do the job. I had been googling around, I think I have missed this one.
Offline