1
0
mirror of https://github.com/alrayyes/dwm synced 2023-11-14 15:56:31 +00:00

use Sauce Code Pro as font

This commit is contained in:
Ryan Kes 2019-02-04 17:25:19 +01:00
parent 0fcc7c9b84
commit bd85ca34a7
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
"${_patches[@]}") "${_patches[@]}")
md5sums=('f0b6b1093b7207f89c2a90b848c008ec' md5sums=('f0b6b1093b7207f89c2a90b848c008ec'
'17784c9b18ed1083bbbb7e3802568e5b' 'e1a6e5202ef2c9a0d338a63f9464b656'
'939f403a71b6e85261d09fc3412269ee' '939f403a71b6e85261d09fc3412269ee'
'e6858ff16b9eb1d7fa42a96b59847395') 'e6858ff16b9eb1d7fa42a96b59847395')

View File

@ -2,9 +2,9 @@
/* appearance */ /* appearance */
static const char *fonts[] = { 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 normbordercolor[] = "#444444";
static const char normbgcolor[] = "#222222"; static const char normbgcolor[] = "#222222";
static const char normfgcolor[] = "#bbbbbb"; static const char normfgcolor[] = "#bbbbbb";