]> git.ekhem.eu.org Git - dwm.git/commitdiff
Use MesloLG as font. main
authorJakub Czajka <jakub@ekhem.eu.org>
Mon, 26 Dec 2022 18:19:45 +0000 (19:19 +0100)
committerJakub Czajka <jakub@ekhem.eu.org>
Sat, 14 Oct 2023 20:47:24 +0000 (22:47 +0200)
config.def.h
config.h

index 3a71282960f9b5e2ac866c9cb64acb3e7140210e..8cc02b9ee173f76eec4c31549c0b777cb041d6c4 100644 (file)
@@ -10,7 +10,10 @@ static int horizpadbar        = 3;  /* horizontal padding for statusbar */
 static int vertpadbar         = 0;  /* vertical padding for statusbar */
 static char font[]            = "monospace:size=10";
 static char dmenufont[]       = "monospace:size=10";
 static int vertpadbar         = 0;  /* vertical padding for statusbar */
 static char font[]            = "monospace:size=10";
 static char dmenufont[]       = "monospace:size=10";
-static char *fonts[]          = { font };
+static const char *fonts[] = {
+        "Meslo LG S:size=10",
+        "Noto Color Emoji:size=8"
+};
 static char normbgcolor[]     = "#222222";
 static char normbordercolor[] = "#444444";
 static char normfgcolor[]     = "#bbbbbb";
 static char normbgcolor[]     = "#222222";
 static char normbordercolor[] = "#444444";
 static char normfgcolor[]     = "#bbbbbb";
index 2947def2b5418c14a8f797cae1269bd204c2fdfc..63e14b0bf4ace66d81062084aa46bec1a79dd1f9 100644 (file)
--- a/config.h
+++ b/config.h
@@ -10,7 +10,10 @@ static int horizpadbar        = 3;  /* horizontal padding for statusbar */
 static int vertpadbar         = 0;  /* vertical padding for statusbar */
 static char font[]            = "monospace:size=10";
 static char dmenufont[]       = "monospace:size=10";
 static int vertpadbar         = 0;  /* vertical padding for statusbar */
 static char font[]            = "monospace:size=10";
 static char dmenufont[]       = "monospace:size=10";
-static char *fonts[]          = { font };
+static const char *fonts[] = {
+        "Meslo LG S:size=10",
+        "Noto Color Emoji:size=8"
+};
 static char normbgcolor[]     = "#222222";
 static char normbordercolor[] = "#444444";
 static char normfgcolor[]     = "#bbbbbb";
 static char normbgcolor[]     = "#222222";
 static char normbordercolor[] = "#444444";
 static char normfgcolor[]     = "#bbbbbb";