Skip to content

Commit 0375019

Browse files
authored
Create README.md
1 parent 41a7a9d commit 0375019

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Launcher API (Unity) support
2+
Mailspring plugin. It adds support for Launcher API (Unity) notifications to the dock
3+
![screenshot](https://github.com/snqlby/launcher-api-support/raw/master/media/screenshot.png)
4+
5+
# GNOME Dash to Dock extension compatibility
6+
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.
7+
You may need to install a version from the [GitHub repository](https://github.com/micheleg/dash-to-dock).
8+
You also need to add support for the Launcher API, if that was not provided by your DE.
9+
10+
| Distributive | DE |Package |
11+
|:-------------:|:-------------:|:--------:|
12+
| Arch Linux | GNOME | [libunity](https://aur.archlinux.org/packages/libunity/) |
13+
14+
## Installation from source
15+
```Bash
16+
git clone https://github.com/snqlby/launcher-api-support.git
17+
cd launcher-api-support
18+
npm install
19+
```
20+
Open your Mailspring app and select **launcher-api-support** directory: `Developer -> Install a Plugin`

0 commit comments

Comments
 (0)