From fb7710bfb6547583ae4852442c51048e16b95a78 Mon Sep 17 00:00:00 2001 From: MiMillieuh <52078885+MiMillieuh@users.noreply.github.com> Date: Sun, 20 Aug 2023 15:54:54 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b87ed..d790b5e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # BatteryM -The most stupid and efficent battery management ever made for gnome-power-management +The most stupid and efficent battery management ever made for power-profiles-daemon + +## What is this ? + +Well it's a power management utilty that I use for more than a year now and that can maybe be useful to other. + +it checks if you're plugged in or not every 5 minutes and switch to the power saving if you're not and to balanced if you are plugged in. + +if you set your computer to performance mode it wont switch automatically. that's an intended feature so you can set it with gamemode for instence and run a program without being interupted by a powerlimit. + +## Install + +`sh install.sh` + +## Requirements +- upower +- power-profiles-daemon +- root for installation