power: Make 15 mins < suspend idle time < 2h
So that the suspend idle time is always higher than the blank idle time, from a minimum of 15 minutes up to 2 hours.
This commit is contained in:
parent
a1848fb70a
commit
89c3863a7c
1 changed files with 22 additions and 6 deletions
|
@ -28,21 +28,37 @@
|
||||||
</columns>
|
</columns>
|
||||||
<data>
|
<data>
|
||||||
<row>
|
<row>
|
||||||
<col id="0" translatable="yes">5 minutes</col>
|
<col id="0" translatable="yes">15 minutes</col>
|
||||||
<col id="1">300</col>
|
<col id="1">900</col>
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<col id="0" translatable="yes">10 minutes</col>
|
|
||||||
<col id="1">600</col>
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<col id="0" translatable="yes">30 minutes</col>
|
<col id="0" translatable="yes">30 minutes</col>
|
||||||
<col id="1">1800</col>
|
<col id="1">1800</col>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<col id="0" translatable="yes">45 minutes</col>
|
||||||
|
<col id="1">2700</col>
|
||||||
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<col id="0" translatable="yes">1 hour</col>
|
<col id="0" translatable="yes">1 hour</col>
|
||||||
<col id="1">3600</col>
|
<col id="1">3600</col>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<col id="0" translatable="yes">80 minutes</col>
|
||||||
|
<col id="1">4800</col>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<col id="0" translatable="yes">90 minutes</col>
|
||||||
|
<col id="1">4800</col>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<col id="0" translatable="yes">100 minutes</col>
|
||||||
|
<col id="1">6000</col>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<col id="0" translatable="yes">2 hours</col>
|
||||||
|
<col id="1">7200</col>
|
||||||
|
</row>
|
||||||
</data>
|
</data>
|
||||||
</object>
|
</object>
|
||||||
<object class="GtkListStore" id="liststore_idle_time">
|
<object class="GtkListStore" id="liststore_idle_time">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue