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

8 lines
213 B
Plaintext

(defwidget previous_button []
(eventbox
:onclick "playerctl -a previous &"
(box
(image
:image-width 46
:path "widgets/player/previous/previous-icon.png"
))))