A simple ring layout for Conky
- Install Conky.
- Install the Neuropol font (optional).
- Copy conkyrc to ~/.conkyrc and rings.lua to ~/.lua/scripts/rings.lua.
- Start Conky.
On Debian- and Ubuntu-based systems, you can run the following commands:
sudo apt install conky
git clone https://github.com/deeptoaster/conky-rings.git
ln -rs conky-rings/conkyrc ~/.conkyrc
mkdir -p ~/.lua/scripts
ln -rs conky-rings/rings.lua ~/.lua/scripts/rings.lua
conky --daemonize --pause=1
Update the values under the config
block in each file as appropriate.
network_ethernet
is the name of your Ethernet device (which you can obtain throughip link
)network_wlan
is the name of your Wi-Fi device (which you can obtain throughip link
)
bg_color
andbg_alpha
define the color of the background (unused or unoccupied) part of the ring.fg_color_override
andfg_alpha
define the color of the foreground (used or occupied) part of the ring. Iffg_color_override
isnil
, four default colors are used, as shown in the screenshot above.network_ethernet
is the name of your Ethernet device (which you can obtain throughip link
)network_wlan
is the name of your Wi-Fi device (which you can obtain throughip link
)