Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tom95/indicator-synapse


https://github.com/tom95/indicator-synapse

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Indicator Synapse

This codebase bundles the original [Synapse Launcher project](https://launchpad.net/synapse-project) code and retains its original license. It does not use Synapse's UI part and instead provides a Wingpanel indicator.

![Screenshot](https://raw.githubusercontent.com/tom95/indicator-synapse/master/screenshots/Screenshot.png)

### 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
```