Improve launcher

This commit is contained in:
2025-03-23 14:11:02 +01:00
parent d387d02534
commit 840691ec67
3 changed files with 78 additions and 5 deletions

View File

@@ -1,10 +1,9 @@
import { App } from "astal/gtk3"
import style from "./style.scss"
import Bar from "./widget/Bar"
import Applauncher from "./ui/AppLauncher"
App.start({
instanceName: "launcher",
css: style,
main() {
App.get_monitors().map(Bar)
},
})
main: Applauncher,
});