All Projects → brndnmtthws → Conky

brndnmtthws / Conky

Licence: other
Light-weight system monitor for X.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
Objective-C++
1391 projects
python
139335 projects - #7 most used programming language
Vim Script
2826 projects

Projects that are alternatives of or similar to Conky

conky-for-macOS
macOS port of the Light-weight system monitor for X.
Stars: ✭ 139 (-97.29%)
Mutual labels:  conky, cairo, imlib2
foremast-brain
Foremast-brain is a component of Foremast project.
Stars: ✭ 17 (-99.67%)
Mutual labels:  system-monitoring
slope
C/Gtk+ data visualization library.
Stars: ✭ 91 (-98.22%)
Mutual labels:  cairo
ConkyMatic
Automatic Conky color scheme changer based on the current wallpaper colors. Written in Bash.
Stars: ✭ 29 (-99.43%)
Mutual labels:  conky
ape
The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
Stars: ✭ 339 (-93.38%)
Mutual labels:  cairo
ocaml-cairo
Binding to Cairo, a 2D Vector Graphics Library.
Stars: ✭ 39 (-99.24%)
Mutual labels:  cairo
oxbar
configurable X11 status bar for OpenBSD (and xstatbar successor)
Stars: ✭ 36 (-99.3%)
Mutual labels:  cairo
cairomate
Structured, dependable legos for Starknet development.
Stars: ✭ 78 (-98.48%)
Mutual labels:  cairo
i3lock-next
Create a fancy image to use with i3lock.
Stars: ✭ 64 (-98.75%)
Mutual labels:  imlib2
lambda-layer-canvas-nodejs
AWS Lambda Layer with node-canvas and its dependencies packaged, provides a Cairo backed Mozilla Web Canvas API implementation
Stars: ✭ 36 (-99.3%)
Mutual labels:  cairo
live-chart
A real-time charting library for Vala and GTK3 based on Cairo
Stars: ✭ 47 (-99.08%)
Mutual labels:  cairo
conky-bspwm-desktops
Displays bspwm desktops & windows in Conky
Stars: ✭ 16 (-99.69%)
Mutual labels:  conky
nwg-wrapper
Wrapper to display a script output or a text file content on the desktop in sway or other wlroots-based compositors
Stars: ✭ 60 (-98.83%)
Mutual labels:  conky
Dotfiles
Passionately crafted configs for CLI lovers 🐧❤️
Stars: ✭ 70 (-98.63%)
Mutual labels:  conky
dotfiles-manjaro-i3
Dotfiles for my old manjaro system.
Stars: ✭ 17 (-99.67%)
Mutual labels:  conky
Conky-Minimalism
A Simple Conky config
Stars: ✭ 32 (-99.38%)
Mutual labels:  conky
psutil
Cross-platform lib for process and system monitoring in Python
Stars: ✭ 8,488 (+65.68%)
Mutual labels:  system-monitoring
server
MyController 2.x server
Stars: ✭ 14 (-99.73%)
Mutual labels:  system-monitoring
conky-cards
Conky theme inspired by the "Flat" trend
Stars: ✭ 75 (-98.54%)
Mutual labels:  conky
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (-98.98%)
Mutual labels:  conky

Linux build macOS build Docker build AppImage build

pipeline status coverage report

💬 Join the Matrix chat

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).

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

The GitHub Wiki serves as a central hub for all of Conky's documentation.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].