
Space Conky
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
You can adjust the colors of the clock, icons, text, titles, membar, graphs, the outline and the background.
Includes the startupconky.sh script, the ip.sh script and the computer font!
The 'read me' is easy to follow on how to install.
You will have to make the startupconky.sh script and the ip.sh script executable under 'Permssions.'
Enjoy!
KaruzoRB
8 years ago
But I want you to ask that if you could please
You add to your "Space Conky" the weather
at least for one day? Thanks you in advance,
Horatio!
Report
twodogs
9 years ago
Report
llmb0611
9 years ago
sleep 8 && conky -c ~/.my_fave_conky/.conkyrc_clock &
sleep 9 && conky -c ~/.my_fave_conky/.conkyrc_sys &
sleep 10 && conky -c ~/.my_fave_conky/.conkyrc_cpu &
sleep 11 && conky -c ~/.my_fave_conky/.conkyrc_mem &
sleep 12 && conky -c ~/.my_fave_conky/.conkyrc_hd &
sleep 13 && conky -c ~/.my_fave_conky/.conkyrc_net;
because you have to add & at the end of each line because if you don't it will start only the first conky
Report
MachiavelliFaust
9 years ago
Report