Improve launcher
This commit is contained in:
		| @@ -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, | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user