suckless_dictpopup/config.h

15 lines
487 B
C
Raw Normal View History

2023-05-09 10:42:03 +00:00
static const char *background_color = "#2E3440";
static const char *border_color = "#ececec";
static const char *font_color = "#ececec";
static const char *font_pattern = "Noto Sans Mono CJK JP: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 = 1;
static const unsigned int duration = 5; /* in seconds */
#define DISMISS_BUTTON Button1
#define ACTION_BUTTON Button3