Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 1.35 KB

README.md

File metadata and controls

57 lines (47 loc) · 1.35 KB

Lenovo Vantage for Linux

This shell script helps you to provide Lenovo Vantage in GNU/Linux operating system.

🚀 Features

image

  • Conservation Mode (Limit battery charge to prolong its life)
  • Always-On USB (Enable USB power output when the system is in low-power modes)
  • Thermal/Fan Mode (Quiet, balanced and performance modes)
  • FN Key Lock
  • Camera Privacy Switch
  • Microphone Privacy Switch
  • Touchpad Switch
  • Wi-Fi Switch

💻 Installation

First of all, you need to clone the repository with this command:

git clone https://github.com/niizam/vantage.git
cd vantage

Then you can easily run this command:

sudo make install

Run "Lenovo Vantage" from your applications list.

♨️ Uninstall

To uninstall Lenovo Vantage, you can just run this:

sudo make uninstall

⚠️ Requirements

  • zenity
  • xorg-xinput or xinput
  • networkmanager
  • pulseaudio or pipewire-pulse

if they are not already installed, you can install them using your package manager.

For Arch Linux:

sudo pacman -S zenity xorg-xinput networkmanager

For Debian derivatives (Ubuntu, Mint, Pop!_OS, etc):

sudo apt install zenity xinput

For Fedora:

sudo dnf install zenity xinput NetworkManager pipewire-pulseaudio