Skip to content

Instantly share code, notes, and snippets.

@ksingh7
Last active January 20, 2018 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksingh7/0aa8aef4f3751f435d52ccfc200c207a to your computer and use it in GitHub Desktop.
Save ksingh7/0aa8aef4f3751f435d52ccfc200c207a to your computer and use it in GitHub Desktop.
Raspberry System Display Manger Conky
sudo apt-get install conky -y
wget -O /home/pi/.conkyrc https://gist.githubusercontent.com/ksingh7/4704b659c6577c39b5141827c8af0d85/raw/67bc18cd587f0f0872256a9d72b99bfde2d49613/conky_rpi3
sudo vim /usr/bin/conky.sh
(ADD)
#!/bin/sh
(sleep 4s && conky) &
exit 0
sudo vim /etc/xdg/autostart/conky.desktop
(ADD)
[Desktop Entry]
Name=conky
Type=Application
Exec=sh /usr/bin/conky.sh
Terminal=false
Comment=system monitoring tool.
Categories=Utility;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment