Compare commits
No commits in common. "f8ea73daf00142983f4098031fe8d7c81a117535" and "fc8873b9b47ae0e4a2ceb3652999a23b95ca8b52" have entirely different histories.
f8ea73daf0
...
fc8873b9b4
4 changed files with 1 additions and 14 deletions
|
@ -1,13 +0,0 @@
|
|||
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] }
|
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
configDir = ./config;
|
||||
configDir = ./js;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue