aboutsummaryrefslogtreecommitdiff
path: root/.local/src
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
parentd3013822c88d97a657997ca546a4b3a175f11d47 (diff)
refactor: re-🍚 fonts
Diffstat (limited to '.local/src')
-rw-r--r--.local/src/dmenu-adwaita/config.def.h2
-rw-r--r--.local/src/dmenu-dunst/config.def.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/.local/src/dmenu-adwaita/config.def.h b/.local/src/dmenu-adwaita/config.def.h
index 9b74712..1f47fbc 100644
--- a/.local/src/dmenu-adwaita/config.def.h
+++ b/.local/src/dmenu-adwaita/config.def.h
@@ -4,7 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "JetBrains Mono:size=11",
+ "Roboto Mono:size=11",
"Noto Color Emoji:size=11"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
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 */