mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
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...
|
||||
// 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);
|
||||
|
||||
Reference in New Issue
Block a user