fix volume alignment based on song title

This commit is contained in:
psykose 2024-11-19 18:25:12 +01:00
parent b4e84d2fa6
commit 4a5b4c055f
Signed by: psykose
SSH key fingerprint: SHA256:pRMVjV3kRB6zl+wNx+sV8KoMnPqQAW6v8dNCxsCGZv8

View file

@ -157,14 +157,21 @@ template $AudreyUiPlaybar: Adw.Bin {
[end]
Box end {
Separator {
styles ["spacer"]
hexpand: true;
}
Button {
icon-name: "heart-empty-symbolic"; // placeholder
halign: end;
valign: center;
sensitive: bind template.idle-active inverted;
}
Button {
icon-name: bind $mute_button_icon_name(template.mute) as <string>;
halign: end;
valign: center;
clicked => $on_mute_toggle() swapped;
}
@ -173,6 +180,7 @@ template $AudreyUiPlaybar: Adw.Bin {
name: "volume-scale";
orientation: horizontal;
width-request: 130;
halign: end;
adjustment: Adjustment {
lower: 0;