import { GLib, Variable } from "astal" const Time = ({ format = "%a, %e.%m %H:%M:%S" }) => { const time = Variable("").poll(1000, () => GLib.DateTime.new_now_local().format(format)!) return