-
Notifications
You must be signed in to change notification settings - Fork 269
Dual Monitor setup not playing nice with polybar. #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails. 8000
Already on GitHub? Sign in to your account
Comments
Yes is possible, unfortunately I only have one monitor and what I do is created and tested for me on my hardware. But these links may help u. https://github.com/polybar/polybar/wiki/Configuration#bar-settings |
Cool! I made an launch_poly script in the scripts folder, containing this: Then i did chmod +x launch_poly.sh and changed
to
`, |
Ok there are some thing you need to change. in bspwmrc there is this code:
You need to adapt it for 2 monitors or just delete and do: `bspc monitor LVDS1 -d 1 2 3 4 5 bspc monitor VGA1 -d 6 7 8 9` then in polybar.ini create another bar for the second monitor; `[bar/top] modules-left = bspwm mpd [bar/top_external] modules-left = bspwm mpd this links have some scripts may help you: |
in Z0mbi3 the polybar.ini is polybar_tray.ini? |
Hey, tried your rice. When using any rice, polybar only shows up on one monitor. Any fix for this? Love your work btw
The text was updated successfully, but these errors were encountered: