initial commit x2
This commit is contained in:
9
old_rach/ags/app.ts
Normal file
9
old_rach/ags/app.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { App } from "astal/gtk3"
|
||||
import style from "./style.scss"
|
||||
import Bar from "./widget/Bar"
|
||||
|
||||
App.start({
|
||||
css: style,
|
||||
instanceName: js,
|
||||
main: () => App.get_monitors().map(Bar),
|
||||
})
|
||||
Reference in New Issue
Block a user