Polybar: Pull bar size from environment
This commit is contained in:
parent
8981e20a7b
commit
372cd95dcf
@ -55,7 +55,7 @@ font-4 = "Material Design Icons:size=11;3"
|
|||||||
|
|
||||||
[template/bar]
|
[template/bar]
|
||||||
# Rendering of the bar
|
# Rendering of the bar
|
||||||
width = 1908
|
width = ${env:PB_BAR_WIDTH:1908}
|
||||||
height = 34
|
height = 34
|
||||||
offset-x = 6
|
offset-x = 6
|
||||||
bottom = true
|
bottom = true
|
||||||
|
Loading…
Reference in New Issue
Block a user