Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ellie-commons/indicator-synapse

Repository files navigation

Synapse indicator

Search everything

Made for elementary OS
Synapse indicator

This codebase bundles the original Synapse Launcher project code and retains its original license. It does not use Synapse's UI part and instead provides a Wingpanel indicator.

Global Shortcut

To open the indicator via shortcut, add a custom shortcut in your keyboard settings with the following command:

wingpanel --toggle-indicator=io.github.ellie_commons.indicator-synapse

🏗️ Building

Install dependencies with:

sudo apt install libglib2.0-dev libgranite-dev libwingpanel-dev valac meson libzeitgeist-2.0-dev

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install

sudo ninja install

To uninstall, same but "uninstall"