Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelSalesses committed Jun 28, 2022
1 parent b78c5e6 commit c45894a
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions README.md
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)
Binary file added screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c45894a

Please sign in to comment.