ags: set temp config
This commit is contained in:
parent
fc8873b9b4
commit
70bfeb1e68
3 changed files with 13 additions and 0 deletions
13
home/ags/config/config.js
Normal file
13
home/ags/config/config.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
|
||||
|
||||
const myLabel = Widget.Label({
|
||||
label: 'some example content',
|
||||
})
|
||||
|
||||
const myBar = Widget.Window({
|
||||
name: 'bar',
|
||||
anchor: ['top', 'left', 'right'],
|
||||
child: myLabel,
|
||||
})
|
||||
|
||||
export default { windows: [myBar] }
|
0
home/ags/config/js/temp.js
Normal file
0
home/ags/config/js/temp.js
Normal file
0
home/ags/config/scss/style.scss
Normal file
0
home/ags/config/scss/style.scss
Normal file
Loading…
Reference in a new issue