From a873315e5a2bd69ce890ddaea45364c525a0cc43 Mon Sep 17 00:00:00 2001 From: "P.P.A." Date: Sun, 21 Jan 2024 10:01:30 +0100 Subject: Font changed to Greybeard --- config.def.h | 5 +++-- config.h | 5 +++-- 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[] = { -- cgit v1.2.3