PDA

View Full Version : [ubuntu] how to disable conky on top



xdeathcorex
September 4th, 2010, 03:24 AM
how do i make this conky not to be on top of others on startup?
i have to killall conky then activate conky to use it normally.

http://i.imgur.com/BpsSf.png

bra|10n
September 4th, 2010, 03:51 AM
own_window yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes

nick_goodfate
September 4th, 2010, 08:42 AM
You have to make it wait for a few seconds before it starts...

Create a file somewhere (for example /home/me/.conkyscript.sh) make it executable and paste in it these two lines
#!/bin/bash
sleep 60 && conky;

Then add it to your startup applications. (remove your current entry of conky from startup applications)