diff options
author | joe <rbo@gmx.us> | 2025-10-15 16:40:16 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-15 16:40:16 +0200 |
commit | d332af4a91bdf4e8a0fb5820a3358f030db73d71 (patch) | |
tree | c6642f24f159ee2bac85313959073b35848b4f39 | |
parent | up (diff) | |
download | herbe-d332af4a91bdf4e8a0fb5820a3358f030db73d71.tar.gz herbe-d332af4a91bdf4e8a0fb5820a3358f030db73d71.tar.bz2 herbe-d332af4a91bdf4e8a0fb5820a3358f030db73d71.tar.xz herbe-d332af4a91bdf4e8a0fb5820a3358f030db73d71.tar.zst herbe-d332af4a91bdf4e8a0fb5820a3358f030db73d71.zip |
up
-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 94845b1..e63f7a0 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 = "BlexMono Nerd Font:size=18"; +static const char *font_pattern = "Terminess Nerd Font:size=19"; static const unsigned line_spacing = 12; static const unsigned int padding = 8; static const int use_primary_monitor = 1; |