I would like to run an instance of conky on top, that is, to always be visible.
I tried to use
own_window yes
own_window_type normal
own_window_class conky
own_window_transparent no
own_window_hints undecorate,above,sticky,skip_taskbar,skip_pager
I don't know what all these commands means but it works (partially).
The problem is that it is not visible if I am using a pdf in full screen mode, like slides during a presentation.
How can I do this?
ps: I'm trying to run it to show a small clock to have time control during the presentation.
own_window_type panel– jasonwryan Feb 27 at 2:25