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