9 lines
132 B
Plaintext
9 lines
132 B
Plaintext
|
|
(defwidget nowplaying []
|
|
(eventbox
|
|
(box :space-evenly "false"
|
|
(label :class "weather" :text "Now Playing")
|
|
)
|
|
)
|
|
)
|