herbe/config.h
2020-07-31 10:59:07 +02:00

15 lines
No EOL
574 B
C

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 short padding = 20;
const static unsigned short width = 300;
const static unsigned short border_size = 2;
const static unsigned short pos_x = 40;
const static unsigned short pos_y = 50;
enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT };
enum corners corner = TOP_RIGHT;
const static unsigned short duration = 5; /* in seconds */