12 lines
178 B
Text
12 lines
178 B
Text
(defpoll workspace
|
|
:interval '0.1s'
|
|
:initial-value ""
|
|
"hyprctl -j activeworkspace | jq '.id'"
|
|
)
|
|
|
|
(defpoll time
|
|
:interval "1s"
|
|
:initial-value ""
|
|
"date +'%H:%M:%S'"
|
|
)
|
|
|