diff options
author | joe <rbo@gmx.us> | 2025-10-01 14:46:09 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 14:46:09 +0200 |
commit | aa3ad320ebf9660b392d786a7d155d3c44ee629d (patch) | |
tree | 8e85ae458b24263add9d5423d06898cc3e7b9f9b /config.def.h | |
parent | up (diff) | |
download | herbe-aa3ad320ebf9660b392d786a7d155d3c44ee629d.tar.gz herbe-aa3ad320ebf9660b392d786a7d155d3c44ee629d.tar.bz2 herbe-aa3ad320ebf9660b392d786a7d155d3c44ee629d.tar.xz herbe-aa3ad320ebf9660b392d786a7d155d3c44ee629d.tar.zst herbe-aa3ad320ebf9660b392d786a7d155d3c44ee629d.zip |
up
Diffstat (limited to 'config.def.h')
-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 f45c8ec..18785c0 100644 --- a/config.def.h +++ b/config.def.h @@ -3,7 +3,7 @@ static const char *border_color = "#d79921"; static const char *font_color = "#d79921"; static const char *font_pattern = "BlexMono Nerd Font:size=18"; static const unsigned line_spacing = 12; -static const unsigned int padding = 15; +static const unsigned int padding = 8; static const int use_primary_monitor = 1; static const unsigned int width = 400; |