diff options
Diffstat (limited to '.local')
| -rw-r--r-- | .local/src/dmenu-adwaita/config.def.h | 2 | ||||
| -rw-r--r-- | .local/src/dmenu-dunst/config.def.h | 2 |
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 */ |
