Last active
May 22, 2020 22:53
-
-
Save fredcamps/6e0d1980de1856c909636b227052e192 to your computer and use it in GitHub Desktop.
Conkyd desktop autostart ~/.config/autostart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Exec=/usr/bin/conky -d -c ~/.conkyrc | |
X-GNOME-Autostart-enabled=true | |
NoDisplay=false | |
Hidden=false | |
Name[en_US]=conky | |
Comment[en_US]=Conky System Monitor Autostart | |
X-GNOME-Autostart-Phase=Application | |
X-GNOME-Autostart-Delay=0 | |
OnlyShowIn=GNOME; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment