14 lines
381 B
Bash
14 lines
381 B
Bash
|
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
|