ags
This commit is contained in:
parent
e0ef3cba34
commit
3addca47b2
3 changed files with 8 additions and 1 deletions
7
home/ags/config.js
Normal file
7
home/ags/config.js
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
import Bar from widget/bar/bar
|
||||||
|
|
||||||
|
App.config({
|
||||||
|
windows: () => [
|
||||||
|
...forMonitors(Bar)
|
||||||
|
]
|
||||||
|
})
|
||||||
|
|
@ -3,6 +3,6 @@
|
||||||
|
|
||||||
programs.ags = {
|
programs.ags = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configDir = ./widgets/media-widget;
|
# configDir = /home/lilith/code/widgets; #TODO only for prototyping
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue