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 }) => ( execAsync(cmd).catch(console.error)}> ); export default () => ( );