conky autostarter for gnome 3

This commit is contained in:
Cyryl Plotnicki-Chudyk 2015-04-12 19:07:50 +02:00
parent cab4a52bb9
commit 105b0c40f3
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Exec=sh "/home/cyryl/.conky/conky-startup.sh"
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_IN]=Conky
Name=Conky
Comment[en_IN]=
Comment=

View file

@ -26,6 +26,8 @@ mkdir -p ~/.kde/share/config/
ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc
ln -vfs "$DIR/.conky" ~/.
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
mkdir -p ~/.config/autostart/
ln -vfs "$DIR/.config/autostart/conky.desktop" ~/.config/autostart/
# tools
ln -vfs "$DIR/tools" ~/