From 03750191cd14f3775b74edadd7e31cf24c669868 Mon Sep 17 00:00:00 2001 From: snqlby Date: Sat, 25 Nov 2017 02:06:29 +0300 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4fc597 --- /dev/null +++ b/README.md @@ -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`