From 4a5b4c055f6b8acf9da371e61a893927796c6550 Mon Sep 17 00:00:00 2001 From: psykose Date: Tue, 19 Nov 2024 18:25:12 +0100 Subject: [PATCH] fix volume alignment based on song title --- resources/playbar.blp | 8 ++++++++ 1 file changed, 8 insertions(+) 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;