mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-16 13:46:11 +01:00
fix: font sizes
This commit is contained in:
@@ -166,11 +166,11 @@ static void (*bartabmonfns[])(Monitor *) = { NULL /* , customlayoutfn */ };
|
|||||||
#endif // MONOCLE_LAYOUT
|
#endif // MONOCLE_LAYOUT
|
||||||
#endif // BAR_TABGROUPS_PATCH
|
#endif // BAR_TABGROUPS_PATCH
|
||||||
#if BAR_PANGO_PATCH
|
#if BAR_PANGO_PATCH
|
||||||
static const char font[] = "monospace 13";
|
static const char font[] = "monospace 11";
|
||||||
#else
|
#else
|
||||||
static const char *fonts[] = { "JetBrainsMono Nerd Font:size=13:antialias=true", "monospace:size=13:antialias=true" };
|
static const char *fonts[] = { "JetBrainsMono Nerd Font:size=11:antialias=true", "Roboto:size=11:antialias=true", "monospace:size=13:antialias=true" };
|
||||||
#endif // BAR_PANGO_PATCH
|
#endif // BAR_PANGO_PATCH
|
||||||
static const char dmenufont[] = "JetBrainsMono Nerd Font:size=13:antialias=true";
|
static const char dmenufont[] = "JetBrainsMono Nerd Font:size=11:antialias=true";
|
||||||
|
|
||||||
#define BASE "#191724"
|
#define BASE "#191724"
|
||||||
#define SURFACE "#1f1d2e"
|
#define SURFACE "#1f1d2e"
|
||||||
|
|||||||
Reference in New Issue
Block a user