diff --git a/guiscrcpy/theme/desktop_shortcut.py b/guiscrcpy/theme/desktop_shortcut.py new file mode 100644 index 00000000..2fd474c6 --- /dev/null +++ b/guiscrcpy/theme/desktop_shortcut.py @@ -0,0 +1,445 @@ +#!/usr/bin/env/python\n +# flake8: noqa +def desktop_device_shortcut_svg(): + a=""" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +""" + return a diff --git a/guiscrcpy/theme/linux_desktop_shortcut_template.py b/guiscrcpy/theme/linux_desktop_shortcut_template.py new file mode 100644 index 00000000..40c20db9 --- /dev/null +++ b/guiscrcpy/theme/linux_desktop_shortcut_template.py @@ -0,0 +1,11 @@ +GUISCRCPY_DEVICE = \ + """[Desktop Entry] +Name={identifier} +GenericName=guiscrcpy +Comment=Open Source Android Screen Mirroring System +Exec={command} +Icon={icon_path} +Type=Application +Categories=Utility;Development; +StartupWMClass=UGENE +"""