dwm: Add CJK and emoji fonts for bar

Also uses Maple Mono by default explicitly.
This commit is contained in:
Donovan Glover 2024-08-23 15:07:08 -04:00
parent 19a33b2de5
commit fa15715cc7
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -169,7 +169,11 @@ in
static const unsigned int snap = 32;
static const int showbar = 1;
static const int topbar = 1;
static const char *fonts[] = { "monospace:size=10" };
static const char *fonts[] = {
"Maple Mono:size=10",
"Noto Sans Mono CJK JP:size=10",
"Noto Color Emoji:size=10",
};
static const char *colors[][3] = {
[SchemeNorm] = { "${base03}", "${base00}", "${base02}" },