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:
parent
0fcc7c9b84
commit
bd85ca34a7
2
PKGBUILD
2
PKGBUILD
@ -20,7 +20,7 @@ source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
|
||||
"${_patches[@]}")
|
||||
|
||||
md5sums=('f0b6b1093b7207f89c2a90b848c008ec'
|
||||
'17784c9b18ed1083bbbb7e3802568e5b'
|
||||
'e1a6e5202ef2c9a0d338a63f9464b656'
|
||||
'939f403a71b6e85261d09fc3412269ee'
|
||||
'e6858ff16b9eb1d7fa42a96b59847395')
|
||||
|
||||
|
4
config.h
4
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";
|
||||
|
Loading…
Reference in New Issue
Block a user