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

8 lines
213 B
Plaintext
Raw Normal View History

2023-07-11 04:43:17 +00:00
(defwidget previous_button []
(eventbox
:onclick "playerctl -a previous &"
(box
(image
:image-width 46
:path "widgets/player/previous/previous-icon.png"
))))