Restructure, prepare launcher
This commit is contained in:
10
config/ags/launcher/app.ts
Normal file
10
config/ags/launcher/app.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { App } from "astal/gtk3"
|
||||
import style from "./style.scss"
|
||||
import Bar from "./widget/Bar"
|
||||
|
||||
App.start({
|
||||
css: style,
|
||||
main() {
|
||||
App.get_monitors().map(Bar)
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user