diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 1f8e31a..3764a85 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -109,6 +109,10 @@ batt-full-fg = ${colors.module-color-0} ; also has different font size, bar height, etc ; modules are the same and should be synced if either is changed [bar/mybar2] +tray-position = right +tray-padding = 2 +tray-background = ${colors.systray-bg} + monitor = ${env:MONITOR:HDMI-0} enable-ipc = true width = 1920 @@ -154,7 +158,8 @@ tray-position = right tray-padding = 2 tray-background = ${colors.systray-bg} -;monitor = ${env:MONITOR:eDP-1} +monitor = ${env:MONITOR:eDP-1} +monitor-fallback = ${env:MONITOR:eDP-1-1} enable-ipc = true width = 1920 height = 28 |