This is a custom config I created for my laptop after I migrated from Windows 10 to Linux Mint 19.1. I had posted a screenshot of my desktop with my config and a got a few requests to share it.
I do not own some of these images. If there is an issue, I will remove them immediatly, just contact me. This was intended for my personal use and I am only sharing so others can see how I set it up. I do have planes to replace them and it will be noted in the To-Do list.
- Conky 1.10.8
- OS: Mint 19.1 tessa
- Resolution: 3840x2160
- Screen Size: 15.6"
- DE: Cinnamon 4.0.10
- NVidia GPU
- WLAN Connection
- ubuntu
- DejaVu Sans Mono (but any Mono should do)
-
sensors for CPU Temps
-
nvidia-smi for GPU
-
hddtemp
- This typically has to be ran with sudo. To run without sudo run the following:
sudo chmod u+s /usr/sbin/hddtemp
Place contents into ~/.config/conky
Run conky -c ~/.config/conky/conky.conf
to start it up.
Modify the conky.conf
file while it is running as it will refresh when you save the file. This will allow you to modify it and verify it working on your system.
For automatically starting with logging in, create ~/.config/autostart/conky.desktop
filw with the following:
[Desktop Entry]
Type=Application
Exec=conky -c /home/dublea/.config/conky/conky.conf
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name=conky
Comment=
- Replace OS logo with ASCII logo pulled through
exec
objects -- In Progress - Replace Intel icon with CPU object\font
- Replace NVIDIA icon with GPU object\font
- Add
if_up - endif
objects for existing network to hide when not connected - Add LAN connection to display when hard wired also leveraging
if_up | endif
objects - Add
if_mounted - endif
objects for Network Storage boxes to hide when not at home - Create install.sh
- Add boxes for USB\Removal Media with
if_mounted - endif
objects - Auto add Storage box devices and objects
- Create Second Config: conky2.conf
- Calendar
- Weather
- To-Do list (linked to Google or other)
- netstat \ firewall stats
- Fill with other (quote\joke\image of the day; rss feed; reddit feed)
- Add AMD Support (would require testers)