PDA

View Full Version : [all variants] Conky as right-hand side panel



Henry Flower
November 29th, 2009, 12:38 PM
Is there any way to set conky as a panel on the right-hand side of the desktop, so that maximised windows don't cover it? I've tried using 'own_window_type panel', but then maximised windows go below conky's bottom edge, not to the left of it.

Henry Flower
November 29th, 2009, 04:50 PM
Bump for an answer to myself. A horribly kludgy way to do it:

with conkyrc set to

# own window options
own_window yes
own_window_transparent yes
own_window_type desktop
#own_window_hints undecorated,skip_taskbar

plus sidebar screenlet set to align right reserved and transparent, the screenlet sets to the right width aligns its right edge with the left edge of conky. Maximised windows then extend to the right-hand edge of the screenlet, and the only evidence of the screenlet's existence is its left-hand edge. Not ideal, but better than nothing.

Henry Flower
November 29th, 2009, 04:50 PM
double post