Add some default web apps

This commit is contained in:
David Heinemeier Hansson 2024-06-03 12:18:17 -07:00
parent 7f66e5675a
commit 710b44d03c
7 changed files with 40 additions and 0 deletions

1
install/web-apps.sh Normal file
View File

@ -0,0 +1 @@
for script in $OMAKUB_PATH/web-apps/*.sh; do source $script; done

13
web-apps/Basecamp.sh Normal file
View File

@ -0,0 +1,13 @@
cat <<EOF > ~/.local/share/applications/Basecamp.desktop
[Desktop Entry]
Version=1.0
Name=Basecamp
Comment=Basecamp Project Management
Exec=google-chrome --app="https://launchpad.37signals.com" --name=Basecamp
Terminal=false
Type=Application
Icon=/home/$USER/.local/share/omakub/web-apps/icons/Basecamp.png
Categories=GTK;
MimeType=text/html;text/xml;application/xhtml_xml;
StartupNotify=true
EOF

13
web-apps/HEY.sh Normal file
View File

@ -0,0 +1,13 @@
cat <<EOF >~/.local/share/applications/HEY.desktop
[Desktop Entry]
Version=1.0
Name=HEY
Comment=HEY Email + Calendar
Exec=google-chrome --app="https://app.hey.com/" --name=HEY
Terminal=false
Type=Application
Icon=/home/$USER/.local/share/omakub/web-apps/icons/HEY.png
Categories=GTK;
MimeType=text/html;text/xml;application/xhtml_xml;
StartupNotify=true
EOF

13
web-apps/WhatsApp.sh Normal file
View File

@ -0,0 +1,13 @@
cat <<EOF > ~/.local/share/applications/WhatsApp.desktop
[Desktop Entry]
Version=1.0
Name=WhatsApp
Comment=WhatsApp Messenger
Exec=google-chrome --app="https://web.whatsapp.com" --name=WhatsApp
Terminal=false
Type=Application
Icon=/home/$USER/.local/share/omakub/web-apps/icons/WhatsApp.png
Categories=GTK;
MimeType=text/html;text/xml;application/xhtml_xml;
StartupNotify=true
EOF

BIN
web-apps/icons/Basecamp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
web-apps/icons/HEY.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

BIN
web-apps/icons/WhatsApp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB