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