From 977b753557151d142e01c594a9b5a3d211153e59 Mon Sep 17 00:00:00 2001 From: TheyCallMeSecond <73380906+TheyCallMeSecond@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:57:54 +0330 Subject: [PATCH] adds power-profiles-daemon to dependencies (#262) * adds power-profiles-daemon to dependencies * adds power-profiles-daemon to dependencies --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13eb8e0..e3b5c83 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,15 @@ pywal ## To check for pacman updates in the default script used in the updates module pacman-contrib + +## To switch between power profiles in battery module +power-profiles-daemon ``` Arch (pacman): ```bash -sudo pacman -S pipewire libgtop bluez bluez-utils btop networkmanager dart-sass wl-clipboard brightnessctl swww python gnome-bluetooth-3.0 pacman-contrib +sudo pacman -S pipewire libgtop bluez bluez-utils btop networkmanager dart-sass wl-clipboard brightnessctl swww python gnome-bluetooth-3.0 pacman-contrib power-profiles-daemon ``` Arch (AUR):