Update README.md

This commit is contained in:
G34RZ 2025-04-20 18:58:28 -07:00
parent c2b6424f21
commit f967c1ba97
1 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,14 @@ This GUI is built on system76-power application that is used in their GUI implem
- system76-power - system76-power
- polkit (for privilege escalation) - polkit (for privilege escalation)
## Build and enable system76-power
```bash
paru -S system76-power
sudo systemctl enable com.system76.PowerDaemon.service
sudo systemctl start com.system76.PowerDaemon.service
systemctl status com.system76.PowerDaemon.service
```
## Dependency Interference ## Dependency Interference
- upower: uninstall or if needed mask using systemd otherwise system76-power will not work, therefore neither will this application. This can be replaced with https://gitea.dockservices.co/G34RZ/Lid-Power-Manger.git if you need what you lose from upower like lid hybernation. - upower: uninstall or if needed mask using systemd otherwise system76-power will not work, therefore neither will this application. This can be replaced with https://gitea.dockservices.co/G34RZ/Lid-Power-Manger.git if you need what you lose from upower like lid hybernation.