From ae35df326d978388cf16490fdf1a7db9aa1f513b Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 12 Oct 2019 00:08:42 +0100 Subject: [PATCH] polybar: Use FontAwesome 5.10 Light --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 5eb8d3d..e44cf6d 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -27,7 +27,7 @@ bottom = true radius = 0 font-0 = sans:pixelsize=9;2 -font-1 = FontAwesome5Pro:pixelsize=10;2 +font-1 = FontAwesome5ProLight:pixelsize=10;2 foreground = ${colours.text} background = ${colours.background}