From 0dc09ad9269010bc7bdcde0ac15d47b70487fcdd Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Tue, 19 Mar 2019 16:01:39 +0100 Subject: [PATCH] changed font --- PKGBUILD | 4 ++-- config.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 910eda6..30f08af 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,10 +7,10 @@ pkgdesc='Generic menu for X' url='https://tools.suckless.org/dmenu/' arch=('x86_64') license=('MIT') -depends=('sh' 'libxinerama' 'libxft' 'freetype2' 'menu-calc' 'pass') +depends=('sh' 'libxinerama' 'libxft' 'freetype2' 'menu-calc' 'pass' 'nerd-fonts-source-code-pro') sha512sums=('c2779209fe012de8ca1cdd72923da6d594f4a8368c85c3c0e0afd4ae489a95fe0e6f05a947d115b6b389aa7170ab14c2c645a2031353b0a08f38327ab461fe65' - 'c06677bb73955f4aaf73bd9556d6ae016c27157913b3695a324453a9fe00ca720a2d3de67c9bbd3cde9440d372ab3df62680faa08fe82f8a9f1f77fc1f88b474') + 'a253aff0ec1eb9f2201f7ea624b408e74590bdede9b9eab8240eab80c63dd5be49dcb00629b65704eb185907b90231ea7e6f88a25326ffc8f520fe42b0d8b11a') _patches=() diff --git a/config.h b/config.h index 1edb647..8dbc1aa 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "monospace:size=10" + "SauceCodePro Nerd Font Mono:style=Regular:pixelsize=18:antialias=true:autohint=true" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = {