mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: better description for battery checkd
This commit is contained in:
parent
d9f3b84dd9
commit
16079c7c42
2 changed files with 2 additions and 2 deletions
|
|
@ -6375,7 +6375,7 @@ Since I hide the waybar completely during normal operation, I run the risk of no
|
||||||
{
|
{
|
||||||
systemd.user.services."battery-low" = {
|
systemd.user.services."battery-low" = {
|
||||||
enable = true;
|
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" ];
|
partOf = [ "graphical-session.target" ];
|
||||||
wantedBy = [ "graphical-session.target" ];
|
wantedBy = [ "graphical-session.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
systemd.user.services."battery-low" = {
|
systemd.user.services."battery-low" = {
|
||||||
enable = true;
|
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" ];
|
partOf = [ "graphical-session.target" ];
|
||||||
wantedBy = [ "graphical-session.target" ];
|
wantedBy = [ "graphical-session.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue