Polybar: Support environment variable for border width, correct it
This commit is contained in:
parent
1433156051
commit
feac63577f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user