sunhat/web-apps/HEY.sh
David Heinemeier Hansson 710b44d03c Add some default web apps
2024-06-03 12:18:17 -07:00

14 lines
358 B
Bash

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