dekstop: set polybar placement via env

This commit is contained in:
Pavel Korytov 2024-06-10 01:12:26 +03:00
parent e22e2cb416
commit 7aa40eca5a
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ monitor = ${env:MONITOR:}
width = 100%
height = ${env:HEIGHT:27}
fixed-center = false
bottom=true
bottom = ${env:POLYBAR_BOTTOM:true}
background = ${colors.background}
foreground = ${colors.black}

View file

@ -2125,7 +2125,7 @@ monitor = ${env:MONITOR:}
width = 100%
height = ${env:HEIGHT:27}
fixed-center = false
bottom=true
bottom = ${env:POLYBAR_BOTTOM:true}
background = ${colors.background}
foreground = ${colors.black}