dotfiles/home/.config/eww/modules/bitcoin.yuck

15 lines
265 B
Plaintext
Raw Permalink Normal View History

2022-10-29 18:25:42 +00:00
(defwidget bitcoin_module []
(eventbox
:onclick "bitcoin | xargs -I{} ${EWW_CMD} update bitcoin={}"
2022-10-29 18:25:42 +00:00
:class "module bitcoin"
(box
:space-evenly false
(label
:class "icon"
2023-06-26 12:17:07 +00:00
:text "")
2022-10-29 18:25:42 +00:00
(label :text {bitcoin}))
)
)