diff --git a/.config/ags/config.js b/.config/ags/config.js index 6a40909fb..7103b2a71 100644 --- a/.config/ags/config.js +++ b/.config/ags/config.js @@ -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);