2024-03-07 13:49:47 -07:00

13 lines
380 B
Common Lisp

;; -*-lisp-*-
(deflisten timer--text :initial 'loading...'
`~/.config/eww/scripts/timer.py`)
(defwidget timer []
(box :class "module text"
:spacing 0
:orientation "v"
(label :class "special"
:text {timer--text})
(label :text "baldur's gate 3")))