✨ ags,hypr: initial code!
This commit is contained in:
+13
@@ -0,0 +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";
|
||||
|
||||
runStyleHandler();
|
||||
|
||||
App.start({
|
||||
main() {
|
||||
Bar(0);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user