aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
blob: d33a7c7b375a6aba4333115df0c95e6c86914ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
static const char *background_color = "#1d2021";
static const char *border_color = "#d79921";
static const char *font_color = "#d79921";
static const char *font_pattern = "BlexMono Nerd Font:size=18";
static const unsigned line_spacing = 5;
static const unsigned int padding = 15;
static const int use_primary_monitor = 1;

static const unsigned int width = 450;
static const unsigned int border_size = 2;
static const unsigned int pos_x = 0;
static const unsigned int pos_y = 0;

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