summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorP.P.A. <ppa@moselle.moe>2024-01-21 10:01:30 +0100
committerP.P.A. <ppa@moselle.moe>2024-01-21 10:01:30 +0100
commita873315e5a2bd69ce890ddaea45364c525a0cc43 (patch)
treea397d0f56e4060766c023a5d94528e5d598d7a76
parente82dc664cdd2a46cee1f48d7f014e4de23fa872e (diff)
Font changed to GreybeardHEADcustom
-rw-r--r--config.def.h5
-rw-r--r--config.h5
2 files changed, 6 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index d696dfd..09f851f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+//static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "Greybeard 13px:pixelsize=13";
static int borderpx = 2;
/*
@@ -94,7 +95,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
-float alpha = 0.8;
+float alpha = 0.85;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
diff --git a/config.h b/config.h
index d696dfd..09f851f 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+//static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "Greybeard 13px:pixelsize=13";
static int borderpx = 2;
/*
@@ -94,7 +95,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
-float alpha = 0.8;
+float alpha = 0.85;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {