mirror of
https://github.com/cupcakearmy/volta.git
synced 2025-09-09 04:00:47 +00:00
Add battery informations
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user