aboutsummaryrefslogtreecommitdiff
path: root/.local/src/dmenu-dunst/config.def.h
diff options
context:
space:
mode:
authorkj-sh6042025-01-31 21:15:55 -0500
committerkj-sh6042025-01-31 21:15:55 -0500
commit2fef7a836cbf9561dce8f536da2ece96296372bf (patch)
tree35500e73a00e35616143a2cf0cba4db4444a5db7 /.local/src/dmenu-dunst/config.def.h
parentd3013822c88d97a657997ca546a4b3a175f11d47 (diff)
refactor: re-🍚 fonts
Diffstat (limited to '.local/src/dmenu-dunst/config.def.h')
-rw-r--r--.local/src/dmenu-dunst/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/src/dmenu-dunst/config.def.h b/.local/src/dmenu-dunst/config.def.h
index 609a488..2f31ff3 100644
--- a/.local/src/dmenu-dunst/config.def.h
+++ b/.local/src/dmenu-dunst/config.def.h
@@ -7,7 +7,7 @@ static int min_width = 250; /* minimum width when centered */
static const float menu_height_ratio = 4.0f; /* This is the ratio used in the original calculation */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "JetBrains Mono:size=14",
+ "Roboto Mono:size=14",
"Noto Color Emoji:size=14"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */