ags: set temp config

This commit is contained in:
notohh 2023-11-28 12:43:33 -05:00
parent fc8873b9b4
commit 70bfeb1e68
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 13 additions and 0 deletions

13
home/ags/config/config.js Normal file
View 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] }

View file

View file