By mbokil (Desklet
Author), on Thu Dec 15 20:32:47 2005: Theming example?.
I was trying to figure out what is the best way to theme a
desklet? If I have a desklet with two different image
directories, each with a different theme, how can I have the
desklet switch the theme. Is there a standard way of doing
this documented someplace?
Thanks,
Mark
By syfou (Core Developer
& Desklet Author), on Wed Jan 18 15:48:44 2006.
There is no standard way -- as you know, adesklets is far
lower-level, and let you perform high-level operations such
as theming the way you want. This said, if you would like a
good recent example on how it can be performed, the
re-implementation of SystemMonitor
by Leland McInnes is one. Yours,