dotfiles/home/r0r5chach/.config/eww/widgets/player/player.yuck

17 lines
510 B
Plaintext

(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
(now_playing :class "now_playing")
(box :class "controls"
(duration)
(previous_button)
(play_pause_button)
(next_button)
(shuffle_button)
(loop_button))))