summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-09-02 23:46:22 +0200
committerLudovic Courtès <ludo@gnu.org>2022-09-04 23:10:09 +0200
commit47652425400281f48a399938585dd103f8de3586 (patch)
tree310e713cada6bb2601d148be081ae60f73bb6eb4 /doc/guix.texi
parent41bce2414a286836b4071d90b660fb457ee76e32 (diff)
downloadguix-patches-47652425400281f48a399938585dd103f8de3586.tar
guix-patches-47652425400281f48a399938585dd103f8de3586.tar.gz
services: upower: Update default percentage values.
These values are those used by default by UPower 0.99.15. * gnu/services/desktop.scm (<upower-configuration>)[percentage-low] [percentage-critical]: Increase. * doc/guix.texi (Desktop Services): Update accordingly.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 80ca017599..e111801e67 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22760,11 +22760,11 @@ Ignore the lid state, this can be useful if it's incorrect on a device.
Whether battery percentage based policy should be used. The default is to use
the time left, change to @code{#t} to use the percentage.
-@item @code{percentage-low} (default: @code{10})
+@item @code{percentage-low} (default: @code{20})
When @code{use-percentage-for-policy?} is @code{#t}, this sets the percentage
at which the battery is considered low.
-@item @code{percentage-critical} (default: @code{3})
+@item @code{percentage-critical} (default: @code{5})
When @code{use-percentage-for-policy?} is @code{#t}, this sets the percentage
at which the battery is considered critical.