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.
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
Install dependencies with:
sudo apt install libglib2.0-dev libgranite-dev libwingpanel-dev valac meson libzeitgeist-2.0-devRun meson to configure the build environment and then ninja to build
meson build --prefix=/usr
cd build
ninjaTo install
sudo ninja installTo uninstall, same but "uninstall"
