Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirkobrombin/wingpanel-indicator-prime
A PRIME mode switcher for wingpanel.
https://github.com/mirkobrombin/wingpanel-indicator-prime
elementaryos meson nvidia prime wingpanel wingpanel-indicator
Last synced: about 1 month ago
JSON representation
A PRIME mode switcher for wingpanel.
- Host: GitHub
- URL: https://github.com/mirkobrombin/wingpanel-indicator-prime
- Owner: mirkobrombin
- License: gpl-3.0
- Created: 2020-04-23T08:52:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T20:01:47.000Z (over 4 years ago)
- Last Synced: 2024-11-07T12:53:16.468Z (3 months ago)
- Topics: elementaryos, meson, nvidia, prime, wingpanel, wingpanel-indicator
- Language: Vala
- Homepage:
- Size: 63.5 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PRIME indicator for Wingpanel
A PRIME mode switcher for wingpanel.
## Build and Installation
You'll need the following dependencies:
* libgala-dev
* libgee-0.8-dev
* libglib2.0-dev
* libgranite-dev
* libgtk-3-dev
* meson
* libmutter-2-dev
* valac
* posixConfigure the build environment with meson:
```
meson build --prefix=/usr
cd build
ninja
```
Install:
```
sudo ninja install
```