X-Git-Url: https://git.datadissipation.net/herbe/blobdiff_plain/5035afe94f5e50d30249781fb6ab686f72e365d5..615c28d7370dff1abe3b63a8e1477bf462bcd83b:/config.h diff --git a/config.h b/config.h index 862c2db..a27fb68 100644 --- a/config.h +++ b/config.h @@ -1,15 +1,19 @@ -const static char *background_color = "#3e3e3e"; -const static char *border_color = "#ececec"; -const static char *font_color = "#ececec"; -const static char *font_pattern = "Inconsolata:style=Medium:size=15"; -const static unsigned int padding = 20; +static const char *background_color = "#3e3e3e"; +static const char *border_color = "#ececec"; +static const char *font_color = "#ececec"; +static const char *font_pattern = "Inconsolata:style=Medium:size=12"; +static const unsigned line_spacing = 5; +static const unsigned int padding = 15; -const static unsigned int width = 300; -const static unsigned int border_size = 2; -const static unsigned int pos_x = 40; -const static unsigned int pos_y = 50; +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; enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT }; enum corners corner = TOP_RIGHT; -const static unsigned int duration = 5; /* in seconds */ +static const unsigned int duration = 5; /* in seconds */ + +#define DISMISS_BUTTON Button1 +#define ACTION_BUTTON Button3 \ No newline at end of file