Skip to content

faithvoid/conky-status-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

conky-status-monitor

Faithvoid's Status Monitoring Conky Configuration.

I built this so that I could easily check on my system temperatures and CPU/GPU/HDD/network usage, along with displaying whatever I'm streaming in Spotify (using conky-spotify by Madh93). Designed to look elegant and blend in.

Screenshot_2021-05-02_16-48-41

INSTALLATION:

  • Extract to home folder and rename conkyrc and conky to .conkyrc and .conky (or modify the script or conky's launch options to suit your preferences, I just do this because I have a hidden folder I use for all of my conky scripts!)

ISSUES:

  • This was originally designed for a 1080p display, then a 1440p display. You may have to modify the text size or some of the contents of the script if the text is the wrong size on your display.

  • Due to variances in network interface names, you'll have to use a command like iwconfig to find your network interface ID and replace all instances of wlp0s26u1u2 with your network ID. You can theoretically monitor multiple network interfaces with this, just duplicate the code and change the interface names accordingly.

  • The GPU section doesn't work with AMD/Intel cards. I originally designed this script specifically for my use-case scenarios, which has always been systems with Intel CPUs and Nvidia GPUs, so you'll need to modify the code to get it to work with other GPUs. The CPU code should be universal, though.

TODO:

  • Remove the (R) and (TM) logos from the CPU script.
  • Make the drives section look nicer?
  • Make a non-Spotify version.

About

Faithvoid's Status Monitoring Conky Configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages