From 372cd95dcfa5cf4f460b4e150a8fcce62f00cc81 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 31 Jul 2018 12:36:22 -0500 Subject: [PATCH] Polybar: Pull bar size from environment --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index ba57e77f..d4623eaa 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -55,7 +55,7 @@ font-4 = "Material Design Icons:size=11;3" [template/bar] # Rendering of the bar -width = 1908 +width = ${env:PB_BAR_WIDTH:1908} height = 34 offset-x = 6 bottom = true