From 1eb7947ced988a249f8833e1b76246ed4411ac2e Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 26 Feb 2023 14:39:45 -0600 Subject: update waybar for mononoki font and for window title --- waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'waybar/style.css') diff --git a/waybar/style.css b/waybar/style.css index 05adb84..8333fb6 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -3,8 +3,8 @@ margin: 0px; border-radius: 0px; /* `otf-font-awesome` is required to be installed for icons */ - font-family: Roboto, Helvetica, Arial, sans-serif; - font-size: 13px; + font-family: mononoki Nerd Font Mono; + font-size: 18px; min-height: 0px; min-width: 0px; } -- cgit v1.2.3