chore: better description for battery checkd

This commit is contained in:
Leon Schwarzäugl 2025-03-26 21:51:32 +01:00
parent d9f3b84dd9
commit 16079c7c42
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{
systemd.user.services."battery-low" = {
enable = true;
description = "Notify user if battery is below 10%";
description = "Timer for battery check that alerts at 10% or less";
partOf = [ "graphical-session.target" ];
wantedBy = [ "graphical-session.target" ];
serviceConfig = {