diff --git a/config/ags/config.js b/config/ags/config.js index 8c2137a6..3b58aa73 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -215,11 +215,11 @@ function Bar(monitor = 0) { App.config({ style: "./style.css", windows: [ - // Bar(), + Bar(), // you can call it, for each monitor - Bar(0), - Bar(1) + // Bar(0), + // Bar(1) ], })