(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")