parent
458dc14eef
commit
dc410ebf59
11 changed files with 2359 additions and 22 deletions
modules/ags/gtk4
15
modules/ags/gtk4/app.ts
Normal file
15
modules/ags/gtk4/app.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
import { App } from 'astal/gtk4';
|
||||
|
||||
import style from './style.scss';
|
||||
|
||||
import Bar from './widget/Bar';
|
||||
|
||||
|
||||
App.start({
|
||||
css: style,
|
||||
instanceName: 'gtk4',
|
||||
|
||||
main() {
|
||||
Bar();
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue