Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Conky-Theme

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

How can I add it to my desktop?

First things first, you must follow these simple steps:

  • First download both themes, then create a folder called .conky in your home directory and paste the themes there.

  • Download the fonts so that conky does not load the themes properly.

  • Use the autostart directory and create a .desktop file 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 ;)

About

A nice and aesthetic conky theme ;)

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Contributors