(include "widgets/player/shuffle/shuffle.yuck") (include "widgets/player/previous/previous.yuck") (include "widgets/player/play-pause/play-pause.yuck") (include "widgets/player/next/next.yuck") (include "widgets/player/loop/loop.yuck") (include "widgets/player/duration/duration.yuck") (defwidget player [] (box :space-evenly false (box :class "now_playing" (now_playing)) (box :class "controls" (duration) (previous_button) (play_pause_button) (next_button) (shuffle_button) (loop_button))))