diff options
author | joe <rbo@gmx.us> | 2025-10-17 22:44:08 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-17 22:44:08 +0200 |
commit | 108a79b9924c138728459e9fe5f841e4d50f4c9d (patch) | |
tree | 5b1043bf3f1023b48572940b7e82146758d6e353 | |
parent | up (diff) | |
download | herbe-master.tar.gz herbe-master.tar.bz2 herbe-master.tar.xz herbe-master.tar.zst herbe-master.zip |
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index e63f7a0..5957200 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ static const char *background_color = "#1d2021"; static const char *border_color = "#d79921"; static const char *font_color = "#d79921"; -static const char *font_pattern = "Terminess Nerd Font:size=19"; +static const char *font_pattern = "Terminess Nerd Font:size=16"; static const unsigned line_spacing = 12; static const unsigned int padding = 8; static const int use_primary_monitor = 1; |