adding battery.js to ags

This commit is contained in:
Chris Cochrun 2024-07-10 09:07:57 -05:00
parent 2273ff5233
commit 4c60fcb238
3 changed files with 57 additions and 0 deletions

View file

@ -168,3 +168,20 @@ window.notification-popups box.notifications {
.notif-actions .notif-action-button:last-child {
margin-right: 0;
}
.battery-popup {
padding: 2.5em;
font-size: 2em;
background-color: @backtransparent;
border-radius: 20px;
}
.battery-close {
border-radius: 10px;
padding: 1px;
margin-bottom: 25px;
}
.battery-close:hover {
background-color: @base08;
}