forked from Shinonome/dots-hyprland
don't spawn bar on all monitors cuz it's not ready
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user