only display on one monitor
This commit is contained in:
parent
ca8454174a
commit
9a4f14c8d4
14
config
14
config
|
@ -33,22 +33,10 @@ override-redirect = true
|
||||||
inherit = bar/base
|
inherit = bar/base
|
||||||
monitor = ${env:MONITOR:HDMI-0}
|
monitor = ${env:MONITOR:HDMI-0}
|
||||||
|
|
||||||
[bar/DVI-0]
|
|
||||||
inherit = bar/base
|
|
||||||
monitor = ${env:MONITOR:DVI-0}
|
|
||||||
|
|
||||||
[bar/eDP-1-1]
|
[bar/eDP-1-1]
|
||||||
inherit = bar/base
|
inherit = bar/base
|
||||||
monitor = ${env:MONITOR:eDP-1-1}
|
monitor = ${env:MONITOR:eDP-1-1}
|
||||||
|
|
||||||
[bar/VGA-1-1]
|
|
||||||
inherit = bar/base
|
|
||||||
monitor = ${env:MONITOR:VGA-1-1}
|
|
||||||
|
|
||||||
[bar/HDMI-1-1]
|
|
||||||
inherit = bar/base
|
|
||||||
monitor = ${env:MONITOR:HDMI-1-1}
|
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label-foreground = ${colors.primary}
|
label-foreground = ${colors.primary}
|
||||||
|
@ -57,7 +45,7 @@ label = %title:0:90:...%
|
||||||
[module/bspwm]
|
[module/bspwm]
|
||||||
type = internal/bspwm
|
type = internal/bspwm
|
||||||
|
|
||||||
pin-workspaces = true
|
pin-workspaces = false
|
||||||
|
|
||||||
label-focused = %name%
|
label-focused = %name%
|
||||||
label-focused-foreground = ${colors.primary}
|
label-focused-foreground = ${colors.primary}
|
||||||
|
|
|
@ -7,12 +7,9 @@ else
|
||||||
case "$_host" in
|
case "$_host" in
|
||||||
Patricia)
|
Patricia)
|
||||||
polybar HDMI-0 &
|
polybar HDMI-0 &
|
||||||
polybar DVI-0 &
|
|
||||||
;;
|
;;
|
||||||
Pamela)
|
Pamela)
|
||||||
polybar HDMI-1-1 &
|
|
||||||
polybar eDP-1-1 &
|
polybar eDP-1-1 &
|
||||||
polybar VGA-1-1 &
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue