From ece23780284b0b6471b51a9a6fbc73db8fcbb1e1 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 7 Apr 2018 11:25:56 +0200 Subject: [PATCH] try source code pro font --- PKGBUILD | 2 +- config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 68a26ef..a557caa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -23,7 +23,7 @@ source=("http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz" "${_patches[@]}") sha256sums=('c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926' - '51ed89228ed099192379e3c90f8ff83ebe5bdeb45ae47723ddc5d94de05f0ad0' + '6f547cde64c4da598f746e770da5822928ae56ed8e403df03f9d7a01925cde30' '4989c03de5165234303d3929e3b60d662828972203561651aa6dc6b8f67feeb8' '8279d347c70bc9b36f450ba15e1fd9ff62eedf49ce9258c35d7f1cfe38cca226' '3fb38940cc3bad3f9cd1e2a0796ebd0e48950a07860ecf8523a5afd0cd1b5a44' diff --git a/config.h b/config.h index e345586..7e01abf 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=16:antialias=true:autohint=true"; +static char *font = "SauceCodePro Nerd Font:pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /*