8 lines
213 B
Plaintext
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"
|
||
|
|
))))
|