diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 15:53:27 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 15:53:27 +0200 |
commit | cb642a383a3ae122c1a2c8eedb365830c87c6e58 (patch) | |
tree | c25f3716633c8895c1f8c2a2f3a6b626d69cef52 /.config/polybar | |
parent | 2b14b00c0d72a2db3e9828c62d131f8cb41e3a95 (diff) |
polybar: use primary monitor by default
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index a73556f..05bd2c6 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -18,7 +18,7 @@ unfocused-bg = #2c2c39 visible-bg = #182858 [bar/bar1] -monitor = ${env:MONITOR:} +monitor-fallback = eDP-1 width = 100% height = 28 fixed-center = true |