Well... this is the second application that I have worked on to create theme ( after Coverglobuss) and even now I am still developing it and there are over 50 themes that I have created.
Maybe those who are reading this already know what conky is, but it's better if I just give a little explanation because in my other writings I explain how to use the themes I've created, so let's get straight to it then...
What is Conky?
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. Conky is a free software desktop system monitor for the X Window System. It is available for Linux, FreeBSD, and OpenBSD.[3] Conky is highly configurable[4][5][6] and is able to monitor many system variables including the status of the CPU, memory, swap space, disk storage, temperatures, processes, network interfaces, battery power, system messages, e-mail inboxes, Arch Linux updates, many popular music players (MPD, XMMS2, BMPx, Audacious, etc.), weather updates, breaking news, and much more.[7] Unlike system monitors that use high-level widget toolkits to render their information, Conky is drawn directly in an X window. This allows it to be configured such that it consumes relatively few system resources.
It was designed as a replacement for torsmo, which appears to not have been in development since 2004. This application is managed by Bernden Matthews in his GitHub repository and continues to be updated to this day. The themes created can have a wide variety of applications, because apart from using available variables, we can also use scripts from other programming languages such as Bash, Lua, Python, etc.
![]() |
conky theme example |
Features
- 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)
Installing Conky
Debian / Ubuntu / Linux mint ( and other debian based distro )
$ sudo apt updateArch Linux
Fedora
Gentoo Linux
NixOS
FreeBSD
macOS
To install Xcode command-line tools run
Running Conky
Using Conky Manager 2
By execute command or script
For example
All of my themes use this method, and it may be different from other people's.
Comments
Post a Comment