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