commit f34792176a29dde09899d75a3b1b5a0d09900968
parent 9d64033fae306ca87059d8302a9bf4bbe58eda7a
Author: finwo <finwo@pm.me>
Date: Fri, 11 Oct 2019 07:38:46 +0200
Changed from droid-sans-mono to hack font
Diffstat:
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/st/root/etc/portage/patches/x11-terms/st/10-font-droid-sans-mono.diff b/st/root/etc/portage/patches/x11-terms/st/10-font-droid-sans-mono.diff
@@ -1,13 +0,0 @@
-diff --git a/config.def.h b/config.def.h
-index 6ebea98..9a30699 100644
---- a/config.def.h
-+++ b/config.def.h
-@@ -5,7 +5,7 @@
- *
- * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
- */
--static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
-+static char *font = "Droid Sans Mono:pixelsize=12:antialias=true:autohint=true";
- static int borderpx = 2;
-
- /*
diff --git a/st/root/etc/portage/patches/x11-terms/st/10-font-hack.diff b/st/root/etc/portage/patches/x11-terms/st/10-font-hack.diff
@@ -0,0 +1,13 @@
+diff --git a/config.def.h b/config.def.h
+index 6ebea98..9a30699 100644
+--- a/config.def.h
++++ b/config.def.h
+@@ -5,7 +5,7 @@
+ *
+ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
+ */
+-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
++static char *font = "Hack Nerd Font Mono:pixelsize=12:antialias=true:autohint=true";
+ static int borderpx = 2;
+
+ /*