[AGS] Battery: Try to improve design

This commit is contained in:
Janis Hutz 2025-04-26 13:26:52 +02:00
parent acca70d47f
commit 678afa99d6

View File

@ -38,7 +38,7 @@ const renderQuickActions = () => {
profile !== ""
? profile
: cwd +
"/no-avatar-icon.jpg"
"/no-avatar-icon.jpg"
}
></image>
}
@ -49,7 +49,9 @@ const renderQuickActions = () => {
></button>
}
endWidget={
<box>
<box
hexpand={false}
>
<BatteryBox></BatteryBox>
<Power.Power></Power.Power>
</box>