iamtalhaasghar / conky

My custom conky themes
GNU General Public License v3.0
0 stars 0 forks source link

Conky does not autostarts at login in Cinnamon Desktop #2

Closed iamtalhaasghar closed 3 years ago

iamtalhaasghar commented 3 years ago

Conky does not autostarts at login in Cinnamon Desktop

iamtalhaasghar commented 3 years ago

Add the following command in your Startup Applications:

conky -c ~/.config/conky/conky.conf or just conky

NOTE: if no config file is mentioned then default config file ~/.config/conky/conky.conf is considered by conky. In Cinnamon -c flag works fine but I had problem with it in Xfce desktop enviornment.

The following command DOES NOT works at all. (Tried and failed in both Cinnamon and Xfce): sleep 20 && conky -c ~/.config/conky/conky.conf &