Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansin authored Nov 24, 2017
1 parent 41a7a9d commit 0375019
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Launcher API (Unity) support
Mailspring plugin. It adds support for Launcher API (Unity) notifications to the dock
![screenshot](https://github.com/snqlby/launcher-api-support/raw/master/media/screenshot.png)

# GNOME Dash to Dock extension compatibility
It is possible to use this plugin for [Dash to Dock](https://extensions.gnome.org/extension/307/dash-to-dock/) extension. Make sure your Dash to Dock build and linux distributive have support for unity notifications.
You may need to install a version from the [GitHub repository](https://github.com/micheleg/dash-to-dock).
You also need to add support for the Launcher API, if that was not provided by your DE.

| Distributive | DE |Package |
|:-------------:|:-------------:|:--------:|
| Arch Linux | GNOME | [libunity](https://aur.archlinux.org/packages/libunity/) |

## Installation from source
```Bash
git clone https://github.com/snqlby/launcher-api-support.git
cd launcher-api-support
npm install
```
Open your Mailspring app and select **launcher-api-support** directory: `Developer -> Install a Plugin`

0 comments on commit 0375019

Please sign in to comment.