Update multiple configs

This commit is contained in:
Tobias Reisinger 2022-01-10 14:25:26 +01:00
parent d7228bcfb0
commit 377429c2f5
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 18 additions and 26 deletions

View file

@ -61,14 +61,14 @@
modules-left = bspwm bsp-layout-primary
monitor = HDMI-A-0
monitor = ${env:MONITOR_PRIMARY}
[bar/portalo-secondary]
inherit = bar/portalo-base
modules-left = bspwm bsp-layout-secondary
monitor = DVI-D-0
monitor = ${env:MONITOR_SECONDARY}
tray-position = none
@ -85,12 +85,12 @@
[bar/laptop-primary]
inherit = bar/laptop-base
monitor = eDP-1
monitor = ${env:MONITOR_PRIMARY}
[bar/laptop-secondary]
inherit = bar/laptop-base
monitor = HDMI-2
monitor = ${env:MONITOR_SECONDARY}
tray-position = none
; vim: ft=dosini