Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 640 Bytes

Conky configuration

My simple conky configuration file. It updates every 3 seconds and shows the following information:

  • CPU usage
  • RAM usage
  • Swap usage
  • Top 5 applications with the highest CPU usage
  • Top 5 applications with the highest RAM usage

System requirements

This branch is dedicated to 16 CPUs and Full HD (1920×1080) display.

Installation

In order to you use it, just run these simple commands (assuming you have conky and git installed):

mkdir ~/.config/conky
cd ~/.config/conky
git clone https://github.com/kajetan-suchanski/conky-conf.git .