From a8aaf4267c1c3cc52094599a4a02d1db09f0d355 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Thu, 24 Oct 2024 07:47:35 +0200 Subject: [PATCH] Update install.sh --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index a8c5799..0c4a276 100644 --- a/install.sh +++ b/install.sh @@ -830,9 +830,9 @@ https://github.com/Alexays/Waybar */ * { - /* `otf-font-awesome` is required to be installed for icons */ - font-family: IBMPlexMono, FontAwesome, Roboto, Helvetica, Arial, sans-serif; - font-size: 13px; + /* `Nerd Font` is required to be installed for icons */ + font-family: JetBrainsMono Nerd Font, FontAwesome, Roboto, Helvetica, Arial, sans-serif; + font-size: 14px; } window#waybar { @@ -1222,7 +1222,7 @@ cat << "KITTYCONFIG" > ~/.config/kitty/kitty.conf background_opacity 0.98 -font_family monospace +font_family JetBrainsMono Nerd Font bold_font auto italic_font auto bold_italic_font auto @@ -1836,7 +1836,7 @@ fi # IBM Plex Mono -font_name=IBMPlexMono +font_name=JetBrainsMono curl -OL "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/$font_name.zip" mkdir -p "$HOME/.fonts" unzip "$font_name.zip" -d "$HOME/.fonts/$font_name/"