nixdots/home/programs/graphical/bars/eww/config/modules/bitcoin.yuck

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}))
)
)