diff --git a/applications/icons/Basecamp.png b/applications/icons/Basecamp.png deleted file mode 100644 index 3edec48..0000000 Binary files a/applications/icons/Basecamp.png and /dev/null differ diff --git a/applications/icons/HEY.png b/applications/icons/HEY.png deleted file mode 100644 index 3ac92d9..0000000 Binary files a/applications/icons/HEY.png and /dev/null differ diff --git a/applications/xtras/Basecamp.desktop b/applications/xtras/Basecamp.desktop deleted file mode 100644 index 707437a..0000000 --- a/applications/xtras/Basecamp.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=Basecamp -Comment=Basecamp Project Management -Exec=chromium --new-window --ozone-platform=wayland --app="https://launchpad.37signals.com" --name=Basecamp --class=Basecamp -Terminal=false -Type=Application -Icon=Basecamp -Categories=GTK; -MimeType=text/html;text/xml;application/xhtml_xml; -StartupNotify=true diff --git a/applications/xtras/HEY.desktop b/applications/xtras/HEY.desktop deleted file mode 100644 index 1f41451..0000000 --- a/applications/xtras/HEY.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=HEY -Comment=HEY Email + Calendar -Exec=chromium --new-window --ozone-platform=wayland --app="https://app.hey.com" --name=HEY --class=HEY -Terminal=false -Type=Application -Icon=HEY -Categories=GTK; -MimeType=text/html;text/xml;application/xhtml_xml; -StartupNotify=true diff --git a/install/webapps.sh b/install/webapps.sh index a77874a..21e1d13 100644 --- a/install/webapps.sh +++ b/install/webapps.sh @@ -1,5 +1,7 @@ if [ -z "$OMARCHY_BARE" ]; then source ~/.local/share/omarchy/default/bash/functions + web2app "HEY" https://app.hey.com https://www.hey.com/assets/images/general/hey.png + web2app "Basecamp" https://launchpad.37signals.com https://basecamp.com/assets/images/general/basecamp.png web2app "WhatsApp" https://web.whatsapp.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/whatsapp.png web2app "Google Photos" https://photos.google.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/google-photos.png web2app "Google Contacts" https://contacts.google.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/google-contacts.png