diff --git a/SwarselSystems.org b/SwarselSystems.org index f6d957f..fdbee1e 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -6375,7 +6375,7 @@ Since I hide the waybar completely during normal operation, I run the risk of no { 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 = { diff --git a/profiles/nixos/common/lowbattery.nix b/profiles/nixos/common/lowbattery.nix index 0b76548..14ad6a3 100644 --- a/profiles/nixos/common/lowbattery.nix +++ b/profiles/nixos/common/lowbattery.nix @@ -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 = {