Remove config.h and add it to .gitignore
This commit is contained in:
parent
7dfc1c9668
commit
a20b72b16c
2 changed files with 1 additions and 19 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
herbe
|
herbe
|
||||||
|
config.h
|
||||||
.ccls-cache
|
.ccls-cache
|
||||||
|
|
19
config.h
19
config.h
|
@ -1,19 +0,0 @@
|
||||||
static const char *background_color = "#0000FF";
|
|
||||||
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;
|
|
||||||
|
|
||||||
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;
|
|
||||||
|
|
||||||
static const unsigned int duration = 5; /* in seconds */
|
|
||||||
|
|
||||||
#define DISMISS_BUTTON Button1
|
|
||||||
#define ACTION_BUTTON Button3
|
|
Loading…
Add table
Add a link
Reference in a new issue