import { App, Variable, Astal, Gtk } from 'astal'; const time = Variable('').poll(1000, 'date'); /** * @param monitor the id of the monitor on which we want the widget to appear * @returns the bar window */ export default function Bar(monitor: number) { return ( ); }