summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-06-14 20:30:32 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-06-14 20:30:32 +0400
commitcbb4606edfaf526c89e5574662272e7b0bda05a9 (patch)
treec6cb00b82fb1de49a5161de0d0ff02c2e50abf1e
parentf841cde693035ef135ed40a77ebff6c7627c75b6 (diff)
Changed font
-rw-r--r--PKGBUILD2
-rw-r--r--config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 033ba10..67747c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ source=(
)
md5sums=(
'7a0155e070d14041f69ca4466aad18bf'
- '4110b6459367bc5d4d3b381bec489db2'
+ 'SKIP'
'b1bd448607e4f8ffa05d78986fc7c9e5'
'04c3ca13a702147c62db90f556c5b3ca'
'77af8e227f0414b2493fdb67456a7342'
diff --git a/config.h b/config.h
index e5648db..1b8c196 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "mono:pixelsize=17:antialias=true:autohint=true";
+static char *font = "Hasklug Nerd Font Mono:size=15:antialias=true:autohint=true";
static int borderpx = 2;
/*