Conky On Latest Manjaro KDE

Manjaro forum rules do not allow empty posts or bumping topics
Forum Rules - Manjaro Linux - No Power-Posting/Empty Posts

I have edited the Gotham theme so it uses NotoSans font and does not require additional fonts to work
Conk Gotham theme (NotoSans remix) · GitHub

download and extract the file to home folder: ~/.config/conky/conky.conf

to start conky automatically on XFCE I added an autostart item in xfce4-session-settings
Imgur - Conky start to create .desktop file in user home folder:

~/.config/autostart/conky.desktop
[Desktop Entry]
Type=Application
Exec=/usr/bin/conky -p3
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name=Conky

the -p option in the conky command is vital to delay conky starting when system boots
if conky does not load, increase delay from 3 seconds
a user booting from HDD may need to use -p10

3 Likes

Whether your work helps the original poster or not, it helped me - with your edit I found the syntax errors me respectivly the convert script left over - my conky is now running fine…

1 Like

Now I found the config directory I put the file there and than I type the word Conky in konsole and it says no config found and loads the default one successfully???

I found a solution, I could handle with ! I found it in an Conky topic:
I installed Conky manager 2 from the Aur configured it with the GUI and that’s it
Working perfect in conjunction with ConkyLua-NV

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.