dotfiles/gentoo/etc/portage/savedconfig/x11-misc/herbe-1.0.0-r1

20 lines
647 B
Plaintext

static const char *background_color = "#000000";
static const char *border_color = "#777777";
static const char *font_color = "#ffffff";
static const char *font_pattern = "mononoki:size=9";
static const unsigned line_spacing = 6;
static const unsigned int padding = 9;
static const unsigned int width = 230;
static const unsigned int border_size = 1;
static const unsigned int pos_x = 10;
static const unsigned int pos_y = 20;
enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT };
enum corners corner = TOP_RIGHT;
static const unsigned int duration = 1; /* in seconds */
#define DISMISS_BUTTON Button1
#define ACTION_BUTTON Button3