mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 04:24:20 +01:00
14 lines
374 B
Bash
14 lines
374 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 --class=HEY
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=/home/$USER/.local/share/omakub/applications/icons/HEY.png
|
|
Categories=GTK;
|
|
MimeType=text/html;text/xml;application/xhtml_xml;
|
|
StartupNotify=true
|
|
EOF
|