mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 21:07:17 +00:00
15 lines
265 B
Plaintext
15 lines
265 B
Plaintext
(defwidget bitcoin_module []
|
|
(eventbox
|
|
:onclick "bitcoin | xargs -I{} ${EWW_CMD} update bitcoin={}"
|
|
:class "module bitcoin"
|
|
|
|
(box
|
|
:space-evenly false
|
|
|
|
(label
|
|
:class "icon"
|
|
:text "")
|
|
(label :text {bitcoin}))
|
|
)
|
|
)
|