diff options
author | Danny Holman <dholman@gymli.xyz> | 2021-02-05 15:39:27 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2021-02-05 15:39:27 -0600 |
commit | ccac130ed733d047210a789e457f40060ec04214 (patch) | |
tree | e9b6ba4db7c246fb8cdeef96469b37bf1b3b8b77 /.config/polybar/config | |
parent | 723e67595d6b0bb48726a873830ff5342015de28 (diff) |
Updates
Diffstat (limited to '.config/polybar/config')
-rw-r--r-- | .config/polybar/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 12aa773..b20016c 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -18,7 +18,7 @@ margin-top = 5 margin-bottom = 5 [bar/main0] -monitor = ${env:MONITOR:HDMI-0} +monitor = ${env:MONITOR:HDMI-A-2} ;monitor = ${env:MONITOR:eDP1} width = 100% height = 23 @@ -55,13 +55,13 @@ modules-right = arrow1 LeftStripe arrow1 filesystem arrow2 alsa arrow3 cpu arrow [bar/main1] inherit = bar/main0 -monitor = ${env:MONITOR:DVI-I-0} +monitor = ${env:MONITOR:HDMI1} tray-position = none modules-left = i3 RightArrow2 xwindow RightArrow1 RightStripe RightArrow1 [bar/main2] inherit = bar/main0 -monitor = ${env:MONITOR:DP-0} +monitor = ${env:MONITOR:DisplayPort-2} tray-position = none modules-left = i3 RightArrow2 xwindow RightArrow1 RightStripe RightArrow1 |