This commit is contained in:
Sakooooo 2024-09-04 22:15:25 +04:00
parent 2782bba090
commit 96e2ee14e3
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -215,11 +215,11 @@ function Bar(monitor = 0) {
App.config({ App.config({
style: "./style.css", style: "./style.css",
windows: [ windows: [
// Bar(), Bar(),
// you can call it, for each monitor // you can call it, for each monitor
Bar(0), // Bar(0),
Bar(1) // Bar(1)
], ],
}) })