13 lines
380 B
Common Lisp
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")))
|
|
|