conky

Light-weight system monitor for X. More information: <https://github.com/brndnmtthws/conky>.

Install

All systems
curl cmd.cat/conky.sh
Debian Debian
apt-get install conky-cli
Ubuntu
apt-get install conky-cli
Alpine
apk add conky
Arch Arch Linux
pacman -S conky
image/svg+xml Kali Linux
apt-get install conky-cli
Fedora
dnf install conky
Windows (WSL2)
sudo apt-get update sudo apt-get install conky-cli
Raspbian
apt-get install conky-cli
Docker
docker run cmd.cat/conky conky powered by Commando

Light-weight system monitor for X. More information: <https://github.com/brndnmtthws/conky>.

  • Launch with default, built-in config:
    conky
  • Create a new default config:
    conky -C > ~/.conkyrc
  • Launch Conky with a given config file:
    conky -c path/to/config
  • Start in the background (daemonize):
    conky -d
  • Align Conky on the desktop:
    conky -a top|bottom|middle_left|right|middle
  • Pause for 5 seconds at startup before launching:
    conky -p 5

© tl;dr; authors and contributors