tom95 / indicator-synapse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indicator Synapse

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.

Screenshot

Global Shortcut

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

wingpanel --toggle-indicator=com.github.tom95.indicator-synapse

Build instructions

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr ../
make   
sudo make install

About

License:GNU General Public License v3.0


Languages

Language:Vala 92.9%Language:CMake 4.4%Language:Makefile 1.4%Language:C 0.9%Language:Meson 0.4%Language:Shell 0.0%