tintin
Tue Jun 26, 2012 3:51:02 pm
Hello,
I've been running zorin os 6 core for a while now and have it configured the way i like it. The only problem is conky disappearing when i click the desktop.
Conky in question is conky colours.
I googled this problem but came up empty. The solutions proposed didn't work for me. Here's the little script that i run at startup.
The second problem i have is with docky. I would like to be able to acces the menu from docky. I followed the instructions from following site, but it didn't work. Can anyone point me in the right direction ?
http://www.omgubuntu.co.uk/2011/02/add-a-main-menu-to-docky
I'm an absolute linux noob so forgive me if i seem ignorant at times.
Am diggin zorin os 6 core a lot, thanks for the hard work put into this distro.
I've been running zorin os 6 core for a while now and have it configured the way i like it. The only problem is conky disappearing when i click the desktop.
Conky in question is conky colours.
I googled this problem but came up empty. The solutions proposed didn't work for me. Here's the little script that i run at startup.
#!/bin/bash
sleep 15
conky -c ~/.conkycolors/conkyrc &
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
# If own_window is yes, you may use type normal, desktop or override
own_window_type normal
# Use pseudo transparency with own_window?
own_window_transparent yes
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
The second problem i have is with docky. I would like to be able to acces the menu from docky. I followed the instructions from following site, but it didn't work. Can anyone point me in the right direction ?
http://www.omgubuntu.co.uk/2011/02/add-a-main-menu-to-docky
I'm an absolute linux noob so forgive me if i seem ignorant at times.
Am diggin zorin os 6 core a lot, thanks for the hard work put into this distro.