From 17b391900819ff37da0593293450b4a2a5f8fc50 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Tue, 30 Aug 2022 13:46:55 +0300 Subject: [PATCH] Change fonts weight --- configs/waybar/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/waybar/style.css b/configs/waybar/style.css index 006688c..f306453 100644 --- a/configs/waybar/style.css +++ b/configs/waybar/style.css @@ -2,6 +2,7 @@ font-family: JetBrains Mono; font-size: 11px; border: none; + font-weight: 400; } window#waybar { @@ -53,7 +54,7 @@ window#waybar { #window { color: #859900; - font-weight: 900; + font-weight: 800; } /* If workspaces is the leftmost module, omit left margin */