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]
|
[template/bar]
|
||||||
# Rendering of the bar
|
# Rendering of the bar
|
||||||
height = 28
|
height = 26
|
||||||
bottom = true
|
bottom = true
|
||||||
wm-restack = ${env:PB_WM_RESTACK:bspwm}
|
wm-restack = ${env:PB_WM_RESTACK:bspwm}
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ tray-maxsize = 16
|
|||||||
background = ${res/colors.background}
|
background = ${res/colors.background}
|
||||||
foreground = ${res/colors.foreground}
|
foreground = ${res/colors.foreground}
|
||||||
border-color = ${res/colors.background}
|
border-color = ${res/colors.background}
|
||||||
border-size = 6
|
border-size = ${env:PB_BAR_BORDER_SIZE:8}
|
||||||
overline-size = 6
|
overline-size = 6
|
||||||
underline-size = 6
|
underline-size = 6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user