mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
(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}))
|
|
)
|
|
)
|