make more pog

This commit is contained in:
Erica Z 2024-10-12 18:13:22 +00:00
parent 1b298644df
commit 056daa8a4c

View file

@ -135,9 +135,21 @@ paintable: bind template.playing_cover_art;
label: bind template.song as <$WaveletSong>.year;
}
}
}
Separator {
styles [
"spacer",
]
hexpand: true;
}
Box {
halign: start;
orientation: vertical;
Box {
halign: center;
orientation: horizontal;
Label play_position_label {
@ -171,15 +183,10 @@ paintable: bind template.playing_cover_art;
label: bind $format_timestamp (template.playbin as <$Playbin>.duration) as <string>;
}
}
}
Separator {
styles [
"spacer",
]
hexpand: true;
}
Box {
halign: center;
orientation: horizontal;
Button {
icon-name: "media-skip-backward";
@ -188,6 +195,11 @@ paintable: bind template.playing_cover_art;
clicked => $on_skip_backward_clicked ();
}
Button {
icon-name: "media-seek-backward";
valign: center;
}
Button {
icon-name: bind $play_button_icon_name (template.playing) as <string>;
valign: center;
@ -195,12 +207,19 @@ paintable: bind template.playing_cover_art;
clicked => $on_play_pause_clicked ();
}
Button {
icon-name: "media-seek-forward";
valign: center;
}
Button {
icon-name: "media-skip-forward";
valign: center;
clicked => $on_skip_forward_clicked ();
}
}
}
Button {
icon-name: "non-starred";