summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2025-09-13 23:30:26 +0200
committerLM-LCL <hello@exaltedelite.club>2025-09-13 23:30:26 +0200
commitd0b1c35fcb6cfb395955b45bafdb91018109e893 (patch)
tree15b623b86af70c0a2f383adb1725b515da12bd62
parent79441e2869894b285a1b4683375d06b6ee3e7980 (diff)
Font change
-rw-r--r--config.def.h4
-rw-r--r--config.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 8c9a237..002385f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -11,8 +11,8 @@ static const int showsystray = 1; /* 0 means no systray */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int focusonwheel = 0;
-static const char *fonts[] = { "monospace:size=12" };
-static const char dmenufont[] = "monospace:size=12";
+static const char *fonts[] = { "monospace:size=11" };
+static const char dmenufont[] = "monospace:size=11";
static const char col_gray1[] = "#282c34";
static const char col_gray2[] = "#353b45";
static const char col_white[] = "#abb2bf";
diff --git a/config.h b/config.h
index 8c9a237..002385f 100644
--- a/config.h
+++ b/config.h
@@ -11,8 +11,8 @@ static const int showsystray = 1; /* 0 means no systray */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int focusonwheel = 0;
-static const char *fonts[] = { "monospace:size=12" };
-static const char dmenufont[] = "monospace:size=12";
+static const char *fonts[] = { "monospace:size=11" };
+static const char dmenufont[] = "monospace:size=11";
static const char col_gray1[] = "#282c34";
static const char col_gray2[] = "#353b45";
static const char col_white[] = "#abb2bf";