mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
dekstop: set polybar placement via env
This commit is contained in:
parent
e22e2cb416
commit
7aa40eca5a
2 changed files with 2 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ monitor = ${env:MONITOR:}
|
||||||
width = 100%
|
width = 100%
|
||||||
height = ${env:HEIGHT:27}
|
height = ${env:HEIGHT:27}
|
||||||
fixed-center = false
|
fixed-center = false
|
||||||
bottom=true
|
bottom = ${env:POLYBAR_BOTTOM:true}
|
||||||
|
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.black}
|
foreground = ${colors.black}
|
||||||
|
|
|
||||||
|
|
@ -2125,7 +2125,7 @@ monitor = ${env:MONITOR:}
|
||||||
width = 100%
|
width = 100%
|
||||||
height = ${env:HEIGHT:27}
|
height = ${env:HEIGHT:27}
|
||||||
fixed-center = false
|
fixed-center = false
|
||||||
bottom=true
|
bottom = ${env:POLYBAR_BOTTOM:true}
|
||||||
|
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.black}
|
foreground = ${colors.black}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue