From 83dd5534f2799b381aae69edf7da81994bf2e4db Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 14 Jul 2018 16:46:17 -0500 Subject: [PATCH] Polybar: Adjust font weight --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index a57946ee..070d54ff 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -40,7 +40,7 @@ bar-fill = | [res/fonts] font-0 = "Roboto:style=Regular:size=10;2" -font-1 = "Roboto:style=Medium:size=10;2" +font-1 = "Roboto:style=Bold:size=10;2" font-2 = "Roboto:style=Light:size=10;2" font-3 = "Inconsolata:size=10;2" font-4 = "Material Design Icons:size=11;3"