initial commit
This commit is contained in:
commit
ed206ad7e5
12 changed files with 791 additions and 0 deletions
10
app.ts
Normal file
10
app.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
import { App } from "astal/gtk4"
|
||||
import style from "./style.scss"
|
||||
import Bar from "./widget/Bar"
|
||||
|
||||
App.start({
|
||||
css: style,
|
||||
main() {
|
||||
App.get_monitors().map(Bar)
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue