From 5b61818f7179c9834f6f1c9ad288ac0fb8c52fdd Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Sat, 19 Dec 2020 21:42:09 -0600 Subject: [PATCH] change to size 12 font for lxterminal --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ee571af..b5b09d4 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ sudo apt install python3 python-pip fonts-powerline fonts-fantasque-sans || err sudo pip3 install powerline-shell || error "Failed to install powerline shell with pip3" #Copying powerline shell configs -sed -i '/fontname/c\fontname=Fantasque Sans Mono Bold 11' ~/.config/lxterminal/lxterminal.conf +sed -i '/fontname/c\fontname=Fantasque Sans Mono Bold 12' ~/.config/lxterminal/lxterminal.conf sed -i '/FontName/c\FontName=Fantasque Sans Mono 12' ~/.config/xfce4/terminal/terminalrc #Removing powerline in ~/.bashrc if already there