This commit is contained in:
Lilith 2024-06-11 23:37:17 +02:00
parent e0ef3cba34
commit 3addca47b2
Signed by: lilith
GPG key ID: 8712A0F317C37175
3 changed files with 8 additions and 1 deletions

7
home/ags/config.js Normal file
View file

@ -0,0 +1,7 @@
import Bar from widget/bar/bar
App.config({
windows: () => [
...forMonitors(Bar)
]
})

View file

@ -3,6 +3,6 @@
programs.ags = {
enable = true;
configDir = ./widgets/media-widget;
# configDir = /home/lilith/code/widgets; #TODO only for prototyping
};
}