-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b78c5e6
commit c45894a
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Introduction | ||
|
||
This is a simple tray widget which lets the user change their Asus-ROG laptop power profiles and graphics mode. | ||
|
||
## Features | ||
|
||
Supported features are: | ||
* Change power profiles | ||
* Change graphics mode | ||
* Display discrete GPU status | ||
|
||
# Requirements | ||
|
||
An Asus-ROG laptop is required (tested on Asus Zephyrus G14 2021). | ||
|
||
This project depends on: | ||
- python >= 3 (tested with version 3.10.5) | ||
- PyQt5 | ||
- powerprofilectl (tested with version 0.11.1) | ||
- supergfxctl (tested with version 4.0.4) | ||
|
||
# Usage | ||
|
||
To start the tray widget: | ||
```bash | ||
python launch.py | ||
``` | ||
|
||
It is recommended to launch this widget application at startup. | ||
|
||
# Screenshots | ||
|
||
![screenshot1.png](screenshot1.png) | ||
|
||
# Credits | ||
Icons contained in icons/ directory are made by **Good Ware** on [flaticon](https://www.flaticon.com/). | ||
They are under flaticon license. | ||
Icons used in this project are from those packs: [1](https://www.flaticon.com/packs/computers-13), [2](https://www.flaticon.com/packs/technology-27) | ||
|
||
# License | ||
The code is under MIT License. | ||
|
||
# Alternatives | ||
|
||
[asusctl-gex](https://asus-linux.org/asusctlgex/), [asusctltray](https://github.com/Baldomo/asusctltray) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.