[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50565] [PATCH] services: tlp: added start-charge-thresh-bat0 & co.
From: |
Mathieu Othacehe |
Subject: |
[bug#50565] [PATCH] services: tlp: added start-charge-thresh-bat0 & co. to the config |
Date: |
Tue, 21 Sep 2021 14:02:30 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
> + (start-charge-thresh-bat0
> + (maybe-non-negative-integer 'disabled)
> + "Percentage when battery 0 should begin charging.")
> +
> + (stop-charge-thresh-bat0
> + (maybe-non-negative-integer 'disabled)
> + "Percentage when battery 0 should stop charging.")
> +
> + (start-charge-thresh-bat1
> + (maybe-non-negative-integer 'disabled)
> + "Percentage when battery 1 should begin charging.")
> +
> + (stop-charge-thresh-bat1
> + (maybe-non-negative-integer 'disabled)
> + "Percentage when battery 1 should stop charging.")
It would be nice if you could document those new fields in the "TLP
daemon" section of the doc/guix.texi file.
Note that the commit message should also respect the conventions
specified here:
https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html.
Could you send an updated version :)?
Thanks,
Mathieu