summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-05-15 13:34:25 -0500
committerGitHub <noreply@github.com>2022-05-15 13:34:25 -0500
commitd76edc64603439a7c00c5630f0368dccd9edd718 (patch)
treee49cb2f012e2c6cc7aaddd56147e1adc6a3699a0
parent69353e8041399cb3df66d0366fa505d89e69b529 (diff)
Add files via upload
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
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[] = {