kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

commit df319c47a08fd6c0981241384efc3ff0b091c994
parent 66adf7fbda15052c085e9b1fbb95486462e5023a
Author: aabacchus <ben@bvnf.space>
Date:   Mon, 18 Jul 2022 19:18:57 +0100

herbe: update config

Diffstat:
Mherbe/checksums | 2+-
Mherbe/files/config.def.h | 16++++++++--------
Mherbe/version | 2+-
3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/herbe/checksums b/herbe/checksums @@ -1,3 +1,3 @@ 78e454159050c86e030fb5a6cf997ac914345210cdf5a4ca4d7600c5296b7f76 -e3446acae851f974c7b81dbd4e5473be6dd946884712f5a5c20921b5dbdb54fb +e5084d7fea79c70d411df57b0bc15e4dbfe500b54e5deedca12ebee0dc50e816 bfb9e2c2f964c357058d15eafde38ab2ff90aefa11eb45c254136ef177e3caa7 diff --git a/herbe/files/config.def.h b/herbe/files/config.def.h @@ -1,19 +1,19 @@ -static const char *background_color = "#3e3e3e"; +static const char *background_color = "#000000"; static const char *border_color = "#99991c"; -static const char *font_color = "#ececec"; -static const char *font_pattern = "terminus:size=16"; -static const unsigned line_spacing = 5; -static const unsigned int padding = 15; +static const char *font_color = "#ffffff"; +static const char *font_pattern = "monospace:size=14"; +static const unsigned line_spacing = 9; +static const unsigned int padding = 10; -static const unsigned int width = 450; -static const unsigned int border_size = 5; +static const unsigned int width = 350; +static const unsigned int border_size = 2; static const unsigned int pos_x = 30; static const unsigned int pos_y = 60; enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT }; enum corners corner = TOP_LEFT; -static const unsigned int duration = 5; /* in seconds */ +static const unsigned int duration = 2; /* in seconds */ #define DISMISS_BUTTON Button1 #define ACTION_BUTTON Button3 diff --git a/herbe/version b/herbe/version @@ -1 +1 @@ -1.0.0 2 +1.0.0 3