From 06f96a8f0ab1865fa8db323ac62ce36399085c00 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 7 Apr 2024 06:31:52 +0700 Subject: [PATCH] fix #393 --- .config/ags/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/config.js b/.config/ags/config.js index 6e2856faa..c8e9d792b 100644 --- a/.config/ags/config.js +++ b/.config/ags/config.js @@ -29,7 +29,7 @@ function forMonitors(widget) { } function forMonitorsAsync(widget) { const n = Gdk.Display.get_default()?.get_n_monitors() || 1; - return range(n, 0).forEach((n) => widget().catch(print)) + return range(n, 0).forEach((n) => widget(n).catch(print)) } // SCSS compilation