import { App, Gtk } from "astal/gtk4"; import { Gio } from "astal"; import { Picture } from "../common"; import { WINDOW_NAME } from "../app-launcher"; export const Launcher = () => { return ( ); };