In this project I share my conky configuration. You can fork it and adjust these scripts to your needs.
In many conky configurations you find the old style configuration and can't make it really dynamically. Even with the new lua configuration scripts you can not make it dynamically to the current status of your environment. The configuration script is only executed at the beginning and when it gets changed.
So the result was to have everything in the lua hook (text, icons, graphs, bars). The reason for this script was to have the same configuration file on each machine (desktop, notebook). It automatically detects the amount of CPU cores, the network, the network speed, the mounted drives and if a battery is available.
This conky configuration needs a conky with lua support and the libraries cairo and imlib2.
I tested, developed and using it with gnome 3.26 in Manjaro Linux using the package conky-lua-nv
.
Clone or download this repository and execute the start.sh
.
This configuration is shared under MIT License. You can share and redistribute.
The Icons used for the battery bar are from Material Icons
- thanks to the contributors.