


GTK3/4 Themes by davidgxxl 2 comments

Conky by szlajerka 7 comments

Conky by szlajerka 7 comments
sudo gedit .conky_start.sh
copy the code below and past into the file. Save and close
#!/bin/bash
sleep 10 && conky;
This would start conky after 10 seconds after you login. The delay can be changed. Some sort of delay is desirable if you autostart beryl as well since conky works best if started after beryl. Not using beryl so I changed it to sleep 2 && conky; Make sure the script is executable:
chmod a+x .conky_start.sh
Now, add it to your startup programs (menu: system->preferences->startup applications).Note, path to script is /home/>your user name/.conky_start.sh - Nov 06 2010

Conky by szlajerka 7 comments
sudo gedit .conky_start.sh
copy the code below and past into the file. Save and close
#!/bin/bash
sleep 10 && conky;
This would start conky after 10 seconds after you login. The delay can be changed. Some sort of delay is desirable if you autostart beryl as well since conky works best if started after beryl. Not using beryl so I changed it to sleep 2 && conky; Make sure the script is executable:
chmod a+x .conky_start.sh
Now, add it to your startup programs (menu: system->preferences->startup applications).Note, path to script is /home/>your user name/.conky_start.sh - Nov 06 2010

Conky by szlajerka 7 comments