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 3261974b65
commit d7b60c7ed2
+2 -2
View File
@@ -69,9 +69,9 @@ App.config({
});
// 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.
// BarCornerTopright().catch(print); // Use this to debug the bar. Single monitor only.
forMonitors(Bar);
// forMonitors(Bar);
forMonitors(BarCornerTopleft);
forMonitors(BarCornerTopright);