nixdots/home/programs/graphical/bars/eww/config/modules/bitcoin.yuck
2024-06-21 14:58:31 +02:00

15 lines
263 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}))
)
)