Simple Conky Theme with 4 widgets:
-Weather
-Clock/Calendar
-System Info and Net Info
-System Graph Monitor
- Conky installed
- Library Curl installed (to execute the weather)
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/ ~/.conkyTo run the widgets enter the commands: For the Weather:
conky -q -c ~/.conky/SimplecOne/conkyrc1For the Clock:
conky -q -c ~/.conky/SimplecOne/conkyrc2For the System Info/Net:
conky -q -c ~/.conky/SimplecOne/conkyrc3For the System Monitor:
conky -q -c ~/.conky/SimplecOne/conkyrc4Give write permission to the start.sh file (inside the SimplecOne directory)
chmod +x start.shExecute the file
sh start.shGive write permission to the stop.sh file (inside the SimplecOne directory)
chmod +x stop.shExecute the file
sh stop.shUse your graphical environment to run the file ~/.conky/SimplecOne/start.sh at startup.
See the Wiki