Polybar: Support environment variable for border width, correct it

This commit is contained in:
Salt 2018-08-29 23:05:58 -05:00
parent 1433156051
commit feac63577f

View File

@ -52,7 +52,7 @@ font-4 = "Material Design Icons:size=11;3"
[template/bar]
# Rendering of the bar
height = 28
height = 26
bottom = true
wm-restack = ${env:PB_WM_RESTACK:bspwm}
@ -67,7 +67,7 @@ tray-maxsize = 16
background = ${res/colors.background}
foreground = ${res/colors.foreground}
border-color = ${res/colors.background}
border-size = 6
border-size = ${env:PB_BAR_BORDER_SIZE:8}
overline-size = 6
underline-size = 6