Back to TILs

conky

Date: 2020-07-29Last modified: 2023-09-09

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 (oh my!).

apt install conky-all

sudo apt install lua5.4 jq curl conky-all

# Configuração default
conky -C > ~/.conkyrc

~/.config/conky/conky.conf

Referências