• Stars
    star
    6,822
  • Rank 5,531 (Top 0.2 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created over 11 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Light-weight system monitor for X, Wayland (sort of), and other things, too

Linux build macOS build Docker build AppImage build

๐Ÿ“• Documentaton

๐Ÿ’ฌ Join the Matrix chat

Conky is a free, light-weight system monitor for X, that displays any kind of information on your desktop. It can also run on Wayland, macOS, output to your console, a file, or even HTTP (oh my!).

๐Ÿ‘‰ Grab the latest release from GitHub.

๐Ÿ“น An introduction to Conky (YouTube).

Features

Conky can display more than 300 built-in objects, including support for:

  • A plethora of OS stats (uname, uptime, CPU usage, mem usage, disk usage, "top" like process stats, and network monitoring, just to name a few).
  • Built-in IMAP and POP3 support.
  • Built-in support for many popular music players (MPD, XMMS2, Audacious).
  • Can be extended using built-in Lua support, or any of your own scripts and programs (more).
  • Built-in Imlib2 and Cairo bindings for arbitrary drawing with Lua (more).
  • Runs on Linux, FreeBSD, OpenBSD, DragonFlyBSD, NetBSD, Solaris, Haiku, and macOS!
  • Docker image available for amd64, armv7, and aarch64 (aka armv8)

... and much much more.

Conky can display information either as text, or using simple progress bars and graph widgets, with different fonts and colours.

Screenshots

screenshot screenshot screenshot

See the User Configs below for more screenshots and associated config files.

Quickstart

Conky comes bundled with many package managers. However, if you'd like to try the latest release of Conky, you can try the AppImage build. If you have jq and curl installed, run the following command to fetch the latest AppImage:

$ curl -sL -o conky-x86_64.AppImage \
    $(curl -sL https://api.github.com/repos/brndnmtthws/conky/releases/latest | \
    jq --raw-output '.assets[0] | .browser_download_url')
$ ls
conky-x86_64.AppImage

If you don't have jq and curl installed, go to https://github.com/brndnmtthws/conky/releases/latest and fetch the latest AppImage. Then:

$ chmod +x ./conky-x86_64.AppImage
$ ./conky-x86_64.AppImage -C > ~/.conkyrc
$ ./conky-x86_64.AppImage

And that's it! Check out the Wiki for more details on configuring Conky.

Note: To use the AppImage, you may need to install additional runtime libraries.

Documentation

โ†’ Reference documentation โ†

The Conky Wiki also serves as a central hub for Conky. Some resources from the Wiki include:

License

Conky is licensed under the terms of the GPLv3 license.

Contributing

Contributions are welcome from anyone.

Please read CONTRIBUTING.md for guidelines on contributing to Conky.

Supporting this project

Conky exists only through the hard work of a collection of volunteers. Please consider sponsoring the project's developers if you get value out of Conky.

Stargazers over time

Stargazers over time

More Repositories

1

thetagang

ThetaGang is an IBKR bot for collecting money
Python
1,793
star
2

cracking-the-coding-interview-rust

Cracking the Coding Interview problem solutions in Rust
Rust
384
star
3

optimal-buy-cbpro

Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Python
333
star
4

facebook-hive-udfs

Facebook's Hive UDFs
Java
262
star
5

dryoc

Don't Roll Your Own Crypto: pure-Rust, hard to misuse cryptography library
Rust
228
star
6

tweet-delete

Self-destructing Tweets so you too can be cool ๐Ÿ˜Ž
Python
91
star
7

rust-react-typescript-demo

Demo for Rust, React, Typescript, Docker, Terraform and Kubernetes
CSS
67
star
8

nginx-echo-headers

Have nginx return request headers to the client
Dockerfile
57
star
9

code-like-a-pro-in-rust-book

Source code for Code Like a Pro in Rust
HTML
53
star
10

vault-dcos

Vault on DCOS
Shell
44
star
11

hodlermanifesto

The HODLer Manifesto
SCSS
38
star
12

rust-design-patterns-book

Rust
38
star
13

labhub

GitHub bot for using GitLab CI in OSS projects
Rust
32
star
14

seed-otp

One-time pad tool for Bitcoin seed mnemonic cold storage
Python
19
star
15

metrics-cassandra

Dropwizard Metrics Cassandra reporter
Java
17
star
16

mother-of-dragons

๐Ÿฒ DragonMint/Innosilicon miner management tool ๐Ÿ‰
Python
17
star
17

marathon-lb-autoscale

Autoscale your apps on Marathon
Ruby
14
star
18

kafka-on-marathon

Scripts for running Apache Kafka on Mesosphere's Marathon
HTML
14
star
19

omploader

Enterprise quality file hosting web application.
Ruby
12
star
20

citrine

Elixir library for running cron-based scheduled jobs on your Erlang cluster
Elixir
12
star
21

genserver

Elixir inspired async actor library for Rust
Rust
10
star
22

cgminer-rest

RESTful HTTP API wrapper for cgminer
Rust
9
star
23

hdfs

HA HDFS on Apache Mesos ~~~ aka 'Super Available' HDFS
Java
9
star
24

mlb-nginx-http2

Demo of marathon-lb with nginx and HTTP/2
Nginx
9
star
25

protect-yourself

A guide on how to protect your digital assets
HTML
9
star
26

dragon-rest

๐Ÿฒ Python wrapper for DragonMint/Innosilicon REST API ๐Ÿ‰
Python
8
star
27

resume

My Resume
TeX
5
star
28

startup-ideas

Some startup ideas I'm considering
5
star
29

brndn-io

It is my website
CSS
5
star
30

rust-action

All-in-one GitHub action for Rust projects
Rust
4
star
31

elasticsearch-router

An nginx based router for Elasticsearch on DCOS
Nginx
3
star
32

grafana-dcos

Grafana on DCOS backed by Elasticsearch
3
star
33

rust-action-cargo-binstall

GitHub action for installing Cargo packages
TypeScript
3
star
34

cassandra-on-marathon

Scripts for running Apache Cassandra on Mesosphere's Marathon
Ruby
3
star
35

nginx-echo-sleep

Nginx
2
star
36

nginx-redirect-to-https

Redirect all HTTP traffic to HTTPS (for use with Marathon & Marathon-lb)
Nginx
1
star
37

gitlab-gce-autoscaler

Simple GCE autoscaler for GitLab CI pipelines
Python
1
star
38

doge-stream-helper

Helper app for the Doge stream
HTML
1
star
39

doge-streamer

Stream Doge
C++
1
star
40

rust-action-rustup

GitHub action for installing rustup
TypeScript
1
star
41

dnstest

DNS client test tools
C
1
star
42

box-with-nonce

Rust
1
star