don't spawn bar on all monitors cuz it's not ready

This commit is contained in:
end-4
2024-03-28 22:00:55 +07:00
parent 2478c32695
commit 7a9f25aa99
+2 -2
View File
@@ -69,9 +69,9 @@ App.config({
}); });
// Stuff that don't need to be toggled. And they're async so ugh... // Stuff that don't need to be toggled. And they're async so ugh...
// Bar().catch(print); // Use this to debug the bar. Single monitor only. Bar().catch(print); // Use this to debug the bar. Single monitor only.
// BarCornerTopleft().catch(print); // Use this to debug the bar. Single monitor only. // BarCornerTopleft().catch(print); // Use this to debug the bar. Single monitor only.
// BarCornerTopright().catch(print); // Use this to debug the bar. Single monitor only. // BarCornerTopright().catch(print); // Use this to debug the bar. Single monitor only.
forMonitors(Bar); // forMonitors(Bar);
forMonitors(BarCornerTopleft); forMonitors(BarCornerTopleft);
forMonitors(BarCornerTopright); forMonitors(BarCornerTopright);