home/programs/ags: add bars on all monitors

This commit is contained in:
Anthony Rodriguez 2024-10-13 11:40:51 +02:00
parent de26ff0dfb
commit e14d73cc9a
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -151,7 +151,7 @@ function Bar(monitor = 0) {
App.config({ App.config({
style: "./style.css", style: "./style.css",
windows: [Bar(), NotificationPopups()], windows: [Bar(0), Bar(1), NotificationPopups()],
}); });
export {}; export {};