home/programs/ags: add bars on all monitors
This commit is contained in:
parent
de26ff0dfb
commit
e14d73cc9a
1 changed files with 1 additions and 1 deletions
|
@ -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 {};
|
||||||
|
|
Loading…
Reference in a new issue