diff options
author | joe <rbo@gmx.us> | 2025-09-30 10:33:26 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-30 10:33:26 +0200 |
commit | f47d5e7221c6db1e506f487315dfb6fabd43267c (patch) | |
tree | fcdc973414075acc51acdf2eae63f8c3384fee6e /config.def.h | |
parent | up (diff) | |
download | herbe-f47d5e7221c6db1e506f487315dfb6fabd43267c.tar.gz herbe-f47d5e7221c6db1e506f487315dfb6fabd43267c.tar.bz2 herbe-f47d5e7221c6db1e506f487315dfb6fabd43267c.tar.xz herbe-f47d5e7221c6db1e506f487315dfb6fabd43267c.tar.zst herbe-f47d5e7221c6db1e506f487315dfb6fabd43267c.zip |
up
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index d33a7c7..1f47e3e 100644 --- a/config.def.h +++ b/config.def.h @@ -2,12 +2,12 @@ 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 unsigned line_spacing = 5; +static const unsigned line_spacing = 12; static const unsigned int padding = 15; static const int use_primary_monitor = 1; -static const unsigned int width = 450; -static const unsigned int border_size = 2; +static const unsigned int width = 400; +static const unsigned int border_size = 3; static const unsigned int pos_x = 0; static const unsigned int pos_y = 0; |