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: 8 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T20:01:47.000Z (over 5 years ago)
- Last Synced: 2024-12-28T08:43:12.447Z (over 1 year 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
* posix
Configure the build environment with meson:
```
meson build --prefix=/usr
cd build
ninja
```
Install:
```
sudo ninja install
```