summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2021-11-26 01:53:18 +0530
committerGitHub <noreply@github.com>2021-11-26 01:53:18 +0530
commit121fd297072a8010786c62d2070769daee4f2a6a (patch)
tree63d079f0704bfeac81981ceb8fc3b679d50a04af
parent0869e856e989e19b8c8638ef438f225ab66b0d19 (diff)
Update config.h
neofetch shows font2 as Terminal Font
-rw-r--r--config.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/config.h b/config.h
index 15fa73c..6da8cd2 100644
--- a/config.h
+++ b/config.h
@@ -15,14 +15,13 @@ static char *font = "UbuntuMono Nerd Font:pixelsize=22:antialias=true:autohint=t
/* Spare fonts */
-static char *font2[] = {
- "JoyPixels:pixelsize=16:antialias=true:autohint=true",
- "Spoqa Han Sans Neo:pixelsize=16:antialias=true:autohint=true"};
+static char *font2[] = {"Spoqa Han Sans Neo:pixelsize=15:antialias=true:autohint=true",
+ "Joypixels:pixelsize=16:antialias=true:autohint=true"};
//"Noto Color Emoji:pixelsize=10:antialias=true:autohint=true",
//"Symbola:pixelsize=10:antialias=true:autohint=true"};
-/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
-/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
+/* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */
+/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */
static int borderpx = 2;