Add battery informations

This commit is contained in:
3m5.Danny Spina
2020-03-09 14:04:37 +01:00
parent d11c6a2c55
commit 017e8d27c0
4 changed files with 203 additions and 6 deletions

View File

@@ -20,7 +20,20 @@
<div class="title">Current:
<span id="currentBattery"></span>
</div>
<hr/>
<div class="subtitle">Cycle:
<span id="cycleNumber"></span>
</div>
<div class="subtitle">Remaining:
<span id="remaining"></span>
</div>
<div class="subtitle">Condition:
<span id="condition"></span>
</div>
<div class="info">
<div class="infoContent"></div>
<span class="close">Close</span>
</div>
<hr />
<div id="settings">
<div class="title">Limits</div>
@@ -37,15 +50,15 @@
<span id="max-value"></span>
</div>
</div>
<br/>
<br />
<small>Set at which battery level Volta should notify you</small>
</div>
<hr/>
<hr />
<div class="title">Start on boot
<input type="checkbox" id="launch">
</div>
<hr/>
<hr />
<div class="title link" id="close">Close Window</div>
<div class="title link" id="quit">Quit App</div>