0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/upower: document time* unit

See also: upstream clarification at
https://gitlab.freedesktop.org/upower/upower/-/merge_requests/83
This commit is contained in:
pacien 2021-09-03 01:10:09 +02:00
parent 1263627841
commit 623ce7e4f2

View file

@ -156,8 +156,8 @@ in
default = 1200; default = 1200;
description = '' description = ''
When <literal>usePercentageForPolicy</literal> is When <literal>usePercentageForPolicy</literal> is
<literal>false</literal>, the time remaining at which UPower will <literal>false</literal>, the time remaining in seconds at which
consider the battery low. UPower will consider the battery low.
If any value (of <literal>timeLow</literal>, If any value (of <literal>timeLow</literal>,
<literal>timeCritical</literal> and <literal>timeAction</literal>) is <literal>timeCritical</literal> and <literal>timeAction</literal>) is
@ -170,8 +170,8 @@ in
default = 300; default = 300;
description = '' description = ''
When <literal>usePercentageForPolicy</literal> is When <literal>usePercentageForPolicy</literal> is
<literal>false</literal>, the time remaining at which UPower will <literal>false</literal>, the time remaining in seconds at which
consider the battery critical. UPower will consider the battery critical.
If any value (of <literal>timeLow</literal>, If any value (of <literal>timeLow</literal>,
<literal>timeCritical</literal> and <literal>timeAction</literal>) is <literal>timeCritical</literal> and <literal>timeAction</literal>) is
@ -184,8 +184,8 @@ in
default = 120; default = 120;
description = '' description = ''
When <literal>usePercentageForPolicy</literal> is When <literal>usePercentageForPolicy</literal> is
<literal>false</literal>, the time remaining at which UPower will <literal>false</literal>, the time remaining in seconds at which
take action for the critical battery level. UPower will take action for the critical battery level.
If any value (of <literal>timeLow</literal>, If any value (of <literal>timeLow</literal>,
<literal>timeCritical</literal> and <literal>timeAction</literal>) is <literal>timeCritical</literal> and <literal>timeAction</literal>) is