conky autostarter for gnome 3
This commit is contained in:
parent
cab4a52bb9
commit
105b0c40f3
2 changed files with 12 additions and 0 deletions
10
.config/autostart/conky.desktop
Normal file
10
.config/autostart/conky.desktop
Normal 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=
|
|
@ -26,6 +26,8 @@ mkdir -p ~/.kde/share/config/
|
||||||
ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc
|
ln -vfs "$DIR/.kdiff3rc" ~/.kde/share/config/kdiff3rc
|
||||||
ln -vfs "$DIR/.conky" ~/.
|
ln -vfs "$DIR/.conky" ~/.
|
||||||
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
ln -vfs "$DIR/.gitconfig.linux.private" ~/.gitconfig
|
||||||
|
mkdir -p ~/.config/autostart/
|
||||||
|
ln -vfs "$DIR/.config/autostart/conky.desktop" ~/.config/autostart/
|
||||||
|
|
||||||
# tools
|
# tools
|
||||||
ln -vfs "$DIR/tools" ~/
|
ln -vfs "$DIR/tools" ~/
|
||||||
|
|
Loading…
Reference in a new issue