import { bindCurrentTime } from "@/utils/system"; import { Gtk } from "astal/gtk3"; import Calendar from "./modules/calendar"; import Upcoming from "./modules/upcoming"; const TimeDate = () => ( (c.get_hour() < 12 ? "AM" : "PM"))} /> ); export default () => ( );