Skip to content

Instantly share code, notes, and snippets.

@7ahery
Created May 12, 2020 09:37
Show Gist options
  • Select an option

  • Save 7ahery/0f52c94a5c3f9791b44b3d015b2b5dbb to your computer and use it in GitHub Desktop.

Select an option

Save 7ahery/0f52c94a5c3f9791b44b3d015b2b5dbb to your computer and use it in GitHub Desktop.
Conky Nvidia GPU Usage
# Conky configuration to monitor GPU usage, temperature and memory, Add the following to your .conkyrc file, usually located at your HOME folder
# You need 'nvidia-smi', So make sure you are using nvidia proprietary drivers
GPU Usage: ${exec nvidia-smi | grep % | cut -c 61-63}% ${exec nvidia-smi | grep % | cut -c 37-40}MB ${execi 60 nvidia-settings -query [gpu:0]/GPUCoreTemp -t}°C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment