Skip to content

I do not own any of this. This is for my own convenience.

Notifications You must be signed in to change notification settings

Kreaz/Conky-RPI4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Conky-RPI4

Disclaimer!! This is not my work. The guide I followed was Don from Novaspirit Tech. I only tweaked the script so it will run on my RPI4B 4g. I am doing this for my own convenience.

  • Install Conky
sudo apt-get install conky-all
  • Download config file
wget -O /home/pi/.conkyrc https://raw.githubusercontent.com/Kreaz/Conky-RPI4/main/.conkyrc
  • Creating a shell script to start conky
sudo nano /usr/bin/conky.sh
  • Then paste this script:
#!/bin/sh
(sleep 4s && conky) &
exit 0
  • Save and exit.
  • Create a desktop entry to autostart the script
sudo nano /etc/xdg/autostart/conky.desktop
  • Then paste this into the file:
[Desktop Entry]
Name=conky
Type=Application
Exec=sh /usr/bin/conky.sh
Terminal=false
Comment=system monitoring tool.
Categories=Utility;
  • Save and exit.

  • Uninstall Conky

sudo apt-get --purge remove conky conky-all

About

I do not own any of this. This is for my own convenience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published