From 237da97819be61b4db6df2fe8e393fa3382f7991 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 24 Apr 2026 06:57:10 -0400 Subject: Use Monoid for better display on lower-res screens --- .config/waybar/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.config/waybar') diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 01be454..5dc4806 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,7 +1,12 @@ +window.eDP-1 * { + font-family: Monoid Retina, Fira Code, FontAwesome, Roboto, Helvetica, Arial, sans-serif; + font-weight: Normal; +} * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; - font-size: 13px; + font-family: Monoid, Fira Code, FontAwesome, Roboto, Helvetica, Arial, sans-serif; + font-weight: Bold; + font-size: 12px; } window#waybar { -- cgit 1.4.1