mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
Show battery limiter percentage & fix icons for pip
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
<property name="title">Charge Limit</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<child>
|
||||
<object class="GtkLabel" id="chg_limit_label"/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkScale" id="chg_limit_scale">
|
||||
<property name="adjustment">
|
||||
@@ -54,6 +57,9 @@
|
||||
<property name="title">Discharge Limit</property>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<child>
|
||||
<object class="GtkLabel" id="bat_limit_label"/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkScale" id="bat_limit_scale">
|
||||
<property name="adjustment">
|
||||
|
||||
Reference in New Issue
Block a user