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

9 lines
210 B
Plaintext

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