conky
Conky is a free, light-weight system monitor for X, that displays any kind of information on your desktop.
š 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 GitHub Wikiā serves as a central hub for all of Conky's documentation.
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.
Content type
Buildkit_cache
Digest
sha256:5e3970323ā¦
Size
571.8 MB
Last updated
1 day ago
docker pull brndnmtthws/conky:pr-cache