diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 2362fa0..f6c2044 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -32,7 +32,7 @@ border-radius: 0; /* `otf-font-awesome` is required to be installed for icons */ /* Find Ubuntu Condensed font somewhere and install it in your system, it is NOT installed by default */ - font-family: "Fira Sans Condensed SemiBold", "Font Awesome 5 Free Solid", "Font Awesome 5 Free Regular", "Font Awesome 5 Brands Regular", sans-serif; + font-family: "Fira Sans Condensed SemiBold", "Font Awesome 6 Free Solid", "Font Awesome 6 Free Regular", "Font Awesome 6 Brands Regular", sans-serif; font-size: 16px; min-height: 0; }