A nice and aesthetic conky theme ;)
This theme is only for screens with a resolution of 1080x720 px.
Another Conky Theme
Install
I was inspired by some of the themes I saw
First things first, you must follow these simple steps:
-
First download both themes, then create a folder called
.conkyin yourhomedirectory and paste the themes there. -
Download the fonts so that conky does not load the themes properly.
-
Use the autostart directory and create a
.desktopfile at~/.config/autostart/:
mkdir -p ~/.config/autostart # If the directory does not exist nano ~/.config/autostart/conky.desktop
- Paste this content (adjust the paths if you used others):
[Desktop Entry] Type=Application Name=Conky Exec=sh -c "conky -c ~/.conky/conky-theme1.conf & conky -c ~/.conky/conky-theme2.conf &" StartupNotify=false Terminal=false
This script is so that every time you log in to your distro, it also starts conky at startup.
- Finally, test by entering each theme separately in the terminal to make sure they work correctly:
conky -c ~/.conky/conky-theme1.conf # Only system conky -c ~/.conky/conky-theme2.conf # Only music
- As a last step just log off or restart your computer.
I hope my customized theme caught your attention ;)
