From 96e2ee14e33ed040c6e56cb540b29c05062b743e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 4 Sep 2024 22:15:25 +0400 Subject: [PATCH] sk --- config/ags/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) ], })