From bd85ca34a71084a0a087410a6801761d533e93e6 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 4 Feb 2019 17:25:19 +0100 Subject: [PATCH] use Sauce Code Pro as font --- PKGBUILD | 2 +- config.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 2e339c9..7ffc337 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,7 +20,7 @@ source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz "${_patches[@]}") md5sums=('f0b6b1093b7207f89c2a90b848c008ec' - '17784c9b18ed1083bbbb7e3802568e5b' + 'e1a6e5202ef2c9a0d338a63f9464b656' '939f403a71b6e85261d09fc3412269ee' 'e6858ff16b9eb1d7fa42a96b59847395') diff --git a/config.h b/config.h index ab7e0ea..43c9175 100644 --- a/config.h +++ b/config.h @@ -2,9 +2,9 @@ /* appearance */ static const char *fonts[] = { - "monospace:size=10" + "SauceCodePro Nerd Font Mono:style=Regular:pixelsize=18:antialias=true:autohint=true" }; -static const char dmenufont[] = "monospace:size=10"; +static const char dmenufont[] = "SauceCodePro Nerd Font Mono:style=Regular:pixelsize=18:antialias=true:autohint=true"; static const char normbordercolor[] = "#444444"; static const char normbgcolor[] = "#222222"; static const char normfgcolor[] = "#bbbbbb";