1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-07-17 20:33:48 +02:00
This commit is contained in:
TheGreyDiamond
2020-11-23 15:57:39 +01:00
parent e0e504fa0c
commit 32c80d6dd0
2 changed files with 8 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<body>
<div id="header-bar" class="header-bar">
<clock id="clock" class="header-clock"></clock>
<battery id="battery"></battery>
<battery id="battery" class="battery"><i class="fas fa-battery-full"></i></battery>
</div>
<script>
function updateTime(k) {

View File

@ -26,3 +26,10 @@ small {
padding: 2px;
padding-right: 4px;
}
.battery {
right: 80px;
position: fixed;
padding: 2px;
padding-right: 4px;
}