import { execAsync } from "astal"; import { Astal, Gtk } from "astal/gtk3"; import PopupWindow from "../widgets/popupwindow"; const Item = ({ icon, label, cmd }: { icon: string; label: string; cmd: string }) => ( ); export default () => ( );