1 const static char *background_color
= "#3e3e3e";
2 const static char *border_color
= "#ececec";
3 const static char *font_color
= "#ececec";
4 const static char *font_pattern
= "Inconsolata:style=Medium:size=13";
5 const static unsigned line_spacing
= 5;
6 const static unsigned int padding
= 15;
8 const static unsigned int width
= 400;
9 const static unsigned int border_size
= 2;
10 const static unsigned int pos_x
= 30;
11 const static unsigned int pos_y
= 50;
13 enum corners
{ TOP_LEFT
, TOP_RIGHT
, BOTTOM_LEFT
, BOTTOM_RIGHT
};
14 enum corners corner
= TOP_RIGHT
;
16 const static unsigned int duration
= 5; /* in seconds */