feat: add astal status bar
This commit is contained in:
10
astal/app.ts
Normal file
10
astal/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