initial lilleplutt commit
parent
e307b572a3
commit
f935e4e97a
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
monitor_internal=eDP
|
monitor_internal=eDP-1
|
||||||
monitor_external=HDMI-A-0
|
monitor_external=HDMI-1
|
||||||
monitor_primary=$monitor_external
|
monitor_primary=$monitor_external
|
||||||
|
|
||||||
# check if we are connected to an second monitor
|
# check if we are connected to an second monitor
|
||||||
|
|
|
@ -26,7 +26,7 @@ alert = #ed8796
|
||||||
disabled = #5b6078
|
disabled = #5b6078
|
||||||
|
|
||||||
[bar/right]
|
[bar/right]
|
||||||
monitor = ${env:MONITOR:HDMI-A-0}
|
monitor = ${env:MONITOR:HDMI-1}
|
||||||
width = 100%:-24
|
width = 100%:-24
|
||||||
height = 24pt
|
height = 24pt
|
||||||
offset-x = 12
|
offset-x = 12
|
||||||
|
@ -64,7 +64,7 @@ cursor-scroll = ns-resize
|
||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
|
|
||||||
[bar/left]
|
[bar/left]
|
||||||
monitor = ${env:MONITOR:eDP}
|
monitor = ${env:MONITOR:eDP-1}
|
||||||
width = 100%:-24
|
width = 100%:-24
|
||||||
height = 24pt
|
height = 24pt
|
||||||
offset-x = 12
|
offset-x = 12
|
||||||
|
|
Loading…
Reference in New Issue