✨ ags(scripts): add experimental script to reload ags on code change
This commit is contained in:
+2
-1
@@ -1,12 +1,13 @@
|
||||
import { Gio, monitorFile, readFile, Process } from "astal";
|
||||
import { App } from "astal/gtk3"
|
||||
|
||||
import { Bar } from "./window/Bar";
|
||||
import { runStyleHandler } from "./scripts/style-handler";
|
||||
import "./scripts/reload-handler";
|
||||
|
||||
runStyleHandler();
|
||||
|
||||
App.start({
|
||||
instanceName: "astal",
|
||||
main() {
|
||||
Bar(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user