fix monitor
This commit is contained in:
parent
1ab6f80ce7
commit
0f015af840
1 changed files with 10 additions and 13 deletions
|
@ -61,28 +61,25 @@ override-redirect = true
|
|||
|
||||
[bar/bar0]
|
||||
inherit = bar/foo
|
||||
monitor = eDP-1
|
||||
modules-left = date cpu memory
|
||||
modules-center = bspwm
|
||||
modules-right = mpd backlight volume battery
|
||||
monitor = ${env:MONITOR:DVI-I-0}
|
||||
modules-left = bspwm
|
||||
modules-right = date cpu memory
|
||||
|
||||
[bar/bar1]
|
||||
inherit = bar/foo
|
||||
monitor = DVI-I-2-1
|
||||
modules-left = date cpu memory
|
||||
modules-center = bspwm
|
||||
modules-right = mpd volume
|
||||
monitor = ${env:MONITOR:HDMI-0}
|
||||
modules-left = bspwm xwindow
|
||||
modules-right = volume date cpu memory
|
||||
|
||||
[bar/bar2]
|
||||
inherit = bar/foo
|
||||
monitor = DVI-I-3-2
|
||||
modules-left = date cpu memory
|
||||
modules-center = bspwm
|
||||
modules-right = mpd volume
|
||||
monitor = ${env:MONITOR:DP-0}
|
||||
modules-left = bspwm xwindow
|
||||
modules-right = volume date cpu memory
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
label = %title:0:70:...%
|
||||
label = %title:0:120:...%
|
||||
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue