From d76edc64603439a7c00c5630f0368dccd9edd718 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sun, 15 May 2022 13:34:25 -0500 Subject: Add files via upload --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3f22b4a..97f1f6d 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "FiraCode-Regular:pixelsize=16:antialias=true:autohint=true"; +static char *font = "FiraCode Nerd Font Mono:style=Regular:pixelsize=16:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ @@ -100,7 +100,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8, alphaUnfocused = 0.8; +float alpha = 1.0, alphaUnfocused = 1.0; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { -- cgit v1.2.3