mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-16 05:46:09 +01:00
fix: font sizes
This commit is contained in:
@@ -166,11 +166,11 @@ static void (*bartabmonfns[])(Monitor *) = { NULL /* , customlayoutfn */ };
|
||||
#endif // MONOCLE_LAYOUT
|
||||
#endif // BAR_TABGROUPS_PATCH
|
||||
#if BAR_PANGO_PATCH
|
||||
static const char font[] = "monospace 13";
|
||||
static const char font[] = "monospace 11";
|
||||
#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
|
||||
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 SURFACE "#1f1d2e"
|
||||
|
||||
Reference in New Issue
Block a user