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

15 lines
288 B
Plaintext
Raw Normal View History

(defwidget bitcoin_module []
(eventbox
:onclick "~/.local/bin/scripts/cli/bitcoin | xargs -I_ ${EWW_CMD} update bitcoin=_"
:class "module bitcoin"
(box
:space-evenly false
(label
:class "icon"
:text "")
(label :text {bitcoin}))
)
)