Posts

Showing posts with the label conky

conky autostart

https://bbs.archlinux.org/viewtopic.php?pid=1101856#p1101856 This works: edit ~/.config/autostart/conky.desktop like this: [Desktop Entry] Encoding=UTF-8 Version=0.9.4 Type=Application Name=conky Comment= Exec=conky -p 10 StartupNotify=false Terminal=false Hidden=false The -p 10 gives conky a 10 seconds break so that it starts drawing after the desktop is up. You can increase this pause if needs be.