Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom95/indicator-synapse
https://github.com/tom95/indicator-synapse
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/tom95/indicator-synapse
- Owner: tom95
- License: gpl-3.0
- Created: 2018-03-03T22:49:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T21:30:09.000Z (over 6 years ago)
- Last Synced: 2024-10-24T13:11:42.829Z (about 2 months ago)
- Language: Vala
- Size: 7.27 MB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-elementaryos - Synapse - Finds apps, files and directories via an intuitive fluent indicator (Wingpanel Indicators / Theming)
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
```