Create two conky files: conkyt and conkyb
conkyt (top) will have:
cinkyb (bottom) will have:Code:alignment top_left
Everything else above TEXT is the sameCode:alignment bottom_left
Below TEXT is where you make the changes.
Now in terminal:
and in that empty file cut and paste this:Code:gedit ~/.startconky
where_your_files_are is the folder where you have the two files. ie: mine is: /.conkyscriptsCode:#!/bin/bash sleep 20 & conky -c ~/where_your_files_are/conkyt & #sleep 1 & #conky -c ~/where_your_files_are/conkyb &
Make it executable:
Thanks to: p_quarlesCode:chmod u+x .startconky
Now you can start conky with:
and kill it with:Code:./.startconky
BruceCode:killall conky
Last edited by Bruce M.; March 8th, 2008 at 08:59 PM. Reason: EDit: booboos + executable
I am aware of all internet traditions. | Getting the best help | Text formatting codes | My last.fm profile
Should I PM support questions? NO!
My latest conky, I love the StarTrekie/Military type font
Bruce
Last edited by p_quarles; March 8th, 2008 at 08:47 PM. Reason: vBulletin doesn't have a "conky" tag
I am aware of all internet traditions. | Getting the best help | Text formatting codes | My last.fm profile
Should I PM support questions? NO!
Bookmarks