mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-07 06:29:00 +01:00
dwm: Add CJK and emoji fonts for bar
Also uses Maple Mono by default explicitly.
This commit is contained in:
parent
19a33b2de5
commit
fa15715cc7
@ -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}" },
|
||||
|
Loading…
Reference in New Issue
Block a user