diff --git a/idesktop/browser.lnk b/idesktop/browser.lnk index 1057b2f..8915d4a 100644 --- a/idesktop/browser.lnk +++ b/idesktop/browser.lnk @@ -1,7 +1,7 @@ table Icon Caption: Browser Command: /usr/bin/chromium-browser - Icon: /usr/local/share/icons/internet.png + Icon: /usr/local/share/icons/hicolor/48x48/apps/internet.png Width: 48 Height: 48 X: 40 diff --git a/idesktop/default.lnk b/idesktop/default.lnk index ddc6cc2..7d84f52 100644 --- a/idesktop/default.lnk +++ b/idesktop/default.lnk @@ -1,7 +1,7 @@ table Icon - Caption: Home + Caption: Dateien Command: /usr/bin/pcmanfm - Icon: /usr/local/share/icons/filemanager.png + Icon: /usr/local/share/icons/hicolor/48x48/apps/filemanager.png Width: 48 Height: 48 X: 40 diff --git a/idesktop/obp60v.lnk b/idesktop/obp60v.lnk index b4ab59c..d80a2ee 100644 --- a/idesktop/obp60v.lnk +++ b/idesktop/obp60v.lnk @@ -1,7 +1,7 @@ table Icon Caption: OBP60v MFD Command: /home/arthur/OBP60v/obp60v.py - Icon: //usr/local/share/icons/obp60.png + Icon: /usr/local/share/icons/hicolor/48x48/apps/obp60.png Width: 48 Height: 48 X: 40 diff --git a/idesktop/piclone.lnk b/idesktop/piclone.lnk new file mode 100644 index 0000000..162fa93 --- /dev/null +++ b/idesktop/piclone.lnk @@ -0,0 +1,10 @@ +table Icon + Caption: PI-Clone + Command: sudo dbus-launch /usr/bin/piclone + Icon: /home/thooge/piclone.png + Width: 48 + Height: 48 + X: 48 + Y: 792 +end + diff --git a/idesktop/restart.lnk b/idesktop/restart.lnk index 93a353c..73a0d63 100644 --- a/idesktop/restart.lnk +++ b/idesktop/restart.lnk @@ -1,7 +1,7 @@ table Icon Caption: Neustarten Command: sudo /usr/sbin/shutdown -r now - Icon: /usr/local/share/icons/reboot.png + Icon: /usr/local/share/icons/hicolor/48x48/action/key_reboot.png Width: 48 Height: 48 X: 560 diff --git a/idesktop/shutdown.lnk b/idesktop/shutdown.lnk index 4053f80..3dfd36f 100644 --- a/idesktop/shutdown.lnk +++ b/idesktop/shutdown.lnk @@ -1,7 +1,7 @@ table Icon Caption: Ausschalten Command: sudo /usr/sbin/shutdown -h now - Icon: /usr/local/share/icons/shutdown.png + Icon: /usr/local/share/icons/key_off.png Width: 48 Height: 48 X: 709 diff --git a/idesktop/terminal.lnk b/idesktop/terminal.lnk index d36e177..3c84c85 100644 --- a/idesktop/terminal.lnk +++ b/idesktop/terminal.lnk @@ -1,7 +1,7 @@ table Icon Caption: Terminal Command: x-terminal-emulator - Icon: /usr/local/share/icons/terminal.png + Icon: /usr/local/share/icons/hicolor/48x48/apps/terminal.png Width: 48 Height: 48 X: 40 diff --git a/idesktop/yms.lnk b/idesktop/yms.lnk index bf7cf50..10dc05c 100644 --- a/idesktop/yms.lnk +++ b/idesktop/yms.lnk @@ -1,7 +1,7 @@ table Icon Caption: Yacht Management Command: /home/arthur/YMS/ymsgui.py - Icon: /usr/local/share/icons/yms.png + Icon: /usr/local/share/icons/hicolor/48x48/apps/yms.png Width: 48 Height: 48 X: 168 diff --git a/install.sh b/install.sh index 3f19c59..1bd9eee 100755 --- a/install.sh +++ b/install.sh @@ -5,5 +5,9 @@ # Icons # Fonts -cp -a icons/apps/*.png /usr/local/share/icons/hicolor/48x48/pps +echo "Installiere Symbole" +cp -a icons/apps/*.png /usr/local/share/icons/hicolor/48x48/apps cp -a icons/actions/*.png /usr/local/share/icons/hicolor/48x48/actions + +echo "Installiere Hintergründe" +cp -a backgrounds/* /usr/local/share/backgrounds