import { App } from "astal/gtk3" import style from "./style.scss" import Applauncher from "./widget/Applauncher" App.start({ instanceName: "launcher", css: style, main: Applauncher, })