diff --git a/resources/playbar.blp b/resources/playbar.blp index 94f56a1..8d13810 100644 --- a/resources/playbar.blp +++ b/resources/playbar.blp @@ -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 ; + 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;