Conky
Conky is a free, light-weight system monitor for X, that displays any information on your desktop. Conky is licensed under the GPL and runs on Linux and BSD.
How to install
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')
chmod +x ./conky-x86_64.AppImage
./conky-x86_64.AppImage -C > ~/.conkyrc
./conky-x86_64.AppImage
Conky Manager
$ sudo apt-add-repository -y ppa:teejee2008/ppa
$ sudo apt-get update
$ sudo apt-get install conky-manager