9 lines
210 B
Plaintext
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")
|