From 16079c7c42fb1c213ba592cdad962560d82d4b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Schwarz=C3=A4ugl?= Date: Wed, 26 Mar 2025 21:51:32 +0100 Subject: [PATCH] chore: better description for battery checkd --- SwarselSystems.org | 2 +- profiles/nixos/common/lowbattery.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {