Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 579 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 579 Bytes

some conky scripts

Here are their screenshots

.conkyrc_1

alt tag

.conkyrc_2

alt tag

If you say "damn I want those too", here is the installaion manual.

#Download the stuff
git clone https://github.com/ozkc/conky
#run the stuff
conky -c conky/.conkyrc_1 &
conky -c conky/.conkyrc_2 &
#maybe you want to add it  to autostart script
echo 'conky -c conky/.conkyrc_1 &' >> .config/autostart-scripts/autostart.sh