Add some default web apps
This commit is contained in:
parent
7f66e5675a
commit
710b44d03c
1
install/web-apps.sh
Normal file
1
install/web-apps.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
for script in $OMAKUB_PATH/web-apps/*.sh; do source $script; done
|
13
web-apps/Basecamp.sh
Normal file
13
web-apps/Basecamp.sh
Normal 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
13
web-apps/HEY.sh
Normal 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
13
web-apps/WhatsApp.sh
Normal 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
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
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
BIN
web-apps/icons/WhatsApp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in New Issue
Block a user