

Conky
Docky Themes

System tray screenlet
Conky by mtrauts 22 comments
nice work!
Quote:Known issues
If the background is more than 50% transparent, the screenlet will not recognise clicks.
Using this in on_draw works fine for me with fully transparent background:
Quote: def on_draw_shape (self, ctx):
ctx.scale(self.scale, self.scale)
if self.theme:
ctx.set_source_rgba(1, 1, 1, 1)
ctx.rectangle (0,0,self.width,self.height)
ctx.fill() - Mar 07 2009
Quote:Known issues
If the background is more than 50% transparent, the screenlet will not recognise clicks.
Using this in on_draw works fine for me with fully transparent background:
Quote: def on_draw_shape (self, ctx):
ctx.scale(self.scale, self.scale)
if self.theme:
ctx.set_source_rgba(1, 1, 1, 1)
ctx.rectangle (0,0,self.width,self.height)
ctx.fill() - Mar 07 2009