Simple Conky Theme with 4 widgets:
-Weather
-Clock/Calendar
-System Info and Net Info
-System Graph Monitor
Download and extract the project in your system. Copy the content of the folder fonts/ to the directory ~/.fonts/
cp fonts/* ~/.fonts/
Copy the folder SimplecOne for the directory ~/.conky/
cp SimplecOne/ ~/.conky
To run the widgets enter the commands: For the Weather:
conky -q -c ~/.conky/SimplecOne/conkyrc1
For the Clock:
conky -q -c ~/.conky/SimplecOne/conkyrc2
For the System Info/Net:
conky -q -c ~/.conky/SimplecOne/conkyrc3
For the System Monitor:
conky -q -c ~/.conky/SimplecOne/conkyrc4
Give write permission to the start.sh file (inside the SimplecOne directory)
chmod +x start.sh
Execute the file
sh start.sh
Give write permission to the stop.sh file (inside the SimplecOne directory)
chmod +x stop.sh
Execute the file
sh stop.sh
Use your graphical environment to run the file ~/.conky/SimplecOne/start.sh at startup.
See the Wiki
..
.
├── [4.0K] fonts/
├── [4.0K] SimplecOne/
├── [ 34K] LICENSE
└── [1.4K] README.md
2 directories, 2 files
To download all files from a directory, try:
wget -r --no-parent [URL]
That is a shame GitHub limits file size to 100MB.