Conky is a free software desktop system monitor for the X Window System. It is available for Linux, FreeBSD, and OpenBSD. Conky is highly configurable 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. 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. [Wikipedia]
Prerequisites
- Ubuntu Linux installed desktop PC
- Install "conky" and "conky-all" on your PC
Step 01: Install "conky" and "conky-all"
apt install conky conky-all
Step 02: Download conky themes
- Download URL: URL
- Unzip it under user home directory
Step 03: Make it to start at startup time
- Open Tweaks -> Startup Applications
- Add "conky-startup.sh" script to start at startup
You can manually start with bellow command as well.
./.conky/conky-startup.sh > /dev/null 2>&1
Note: You may need to change the interface name

