Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
* posix

Configure the build environment with meson:
```
meson build --prefix=/usr
cd build
ninja
```
Install:
```
sudo ninja install
```