diff options
author | joe <rbo@gmx.us> | 2025-09-29 17:46:00 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-29 17:46:00 +0200 |
commit | 184cf3f9fe8f5f8d6001d767b374e4d86bfe72a4 (patch) | |
tree | c4563ef490f1db5c247b59b8a7b5de1797475e97 /config.def.h | |
parent | config (diff) | |
download | herbe-184cf3f9fe8f5f8d6001d767b374e4d86bfe72a4.tar.gz herbe-184cf3f9fe8f5f8d6001d767b374e4d86bfe72a4.tar.bz2 herbe-184cf3f9fe8f5f8d6001d767b374e4d86bfe72a4.tar.xz herbe-184cf3f9fe8f5f8d6001d767b374e4d86bfe72a4.tar.zst herbe-184cf3f9fe8f5f8d6001d767b374e4d86bfe72a4.zip |
up
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h index 7d83bc3..d33a7c7 100644 --- a/config.def.h +++ b/config.def.h @@ -1,15 +1,15 @@ -static const char *background_color = "#3e3e3e"; -static const char *border_color = "#ececec"; -static const char *font_color = "#ececec"; -static const char *font_pattern = "monospace:size=10"; +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 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 pos_x = 30; -static const unsigned int pos_y = 60; +static const unsigned int pos_x = 0; +static const unsigned int pos_y = 0; enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT }; enum corners corner = TOP_RIGHT; |