This is a Rust command-line utility for managing certain settings on certain Lenovo laptops. Lenovo Vantage is an application that is only installable on Windows via the Microsoft Store, this project aims to replicate the features of that software but on Linux instead.
- Toggle Fn Lock between 0 and 1
- Toggle Conservation Mode between 0 and 1.
- More settings to come...
- Rust programming language and Cargo: Install Rust
- Lenovo laptop running Linux
-
Clone the repository:
git clone https://github.com/guymarshall/lenovo_vantage.git
-
Change into the project directory:
cd lenovo_vantage
-
Run the project:
cargo run --release
- Use up/down arrow keys to change selection.
- Use left/right arrow keys to change selected value.
- Press q or Esc to quit the application.
- If you encounter anything, please open a new issue!