waybar: replace custom battery with upower+poweralertd

This commit is contained in:
Vinzenz Schroeter 2025-11-20 23:46:08 +01:00
parent a1de736249
commit f2e9573384
2 changed files with 14 additions and 5 deletions

View file

@ -91,6 +91,9 @@
"idea.properties".text = "idea.filewatcher.executable.path = ${pkgs.fsnotifier}/bin/fsnotifier";
};
services.trayscale.enable = true;
services = {
trayscale.enable = true;
poweralertd.enable = true;
};
};
}