-
Notifications
You must be signed in to change notification settings - Fork 2
Multi-monitor setup not supported #2
Description
Hi,
I've got a laptop (1280x800) with external monitor (2560x1440) configured the following way:
xrandr --auto --output DP-2 --primary --above LVDS-1
xrandr --output DP-2 --pos -640x0
so the laptop's screen is below the external display and is centered.
When I run oxbar top I can see the whole bar on top of the external monitor only. When I run oxbar bottom I can see only part of the bottom bar on laptop's screen only. It looks as if it takes the 2560px width and crops the left and right sides of the bar.
Ideal solution would be specifying the monitor(s) in the theme section.
So, for example, if I wanted to have top bar on each screen (each bar with different widgets, due to various screen widths) I would run two instances of oxbar, each with different monitor setting.
Regards
aviofreak