Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Conky | 6,079 | 2 days ago | 208 | gpl-3.0 | C++ | |||||
Light-weight system monitor for X, Wayland, and other things, too | ||||||||||
Weylus | 4,759 | 14 days ago | 67 | other | Rust | |||||
Use your tablet as graphic tablet/touch screen on your computer. | ||||||||||
Kanshi | 553 | 2 years ago | 4 | August 21, 2017 | 23 | mit | C | |||
Dynamic display configuration (mirror) | ||||||||||
Wallutils | 335 | a month ago | 4 | bsd-3-clause | Go | |||||
:city_sunset: Utilities for handling monitors, resolutions, wallpapers and timed wallpapers | ||||||||||
Xrandr Invert Colors | 90 | 4 years ago | 8 | C | ||||||
Small utility for inverting the colors on all monitors attached to an XRandR-capable X11 display server. | ||||||||||
Wrandr | 28 | a year ago | 1 | mit | Go | |||||
ARandR for Wayland (Sway) | ||||||||||
Wlinfo | 2 | 5 years ago | other | C | ||||||
Grab Wayland info |
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).
Conky can display more than 300 built-in objects, including support for:
... and much much more.
Conky can display information either as text, or using simple progress bars and graph widgets, with different fonts and colours.
See the User Configs below for more screenshots and associated config files.
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.
The Conky Wiki also serves as a central hub for Conky. Some resources from the Wiki include:
Conky is licensed under the terms of the GPLv3 license.
Contributions are welcome from anyone.
Please read CONTRIBUTING.md for guidelines on contributing to Conky.
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.