X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/fd530f3f68ba88ca2667eac25607708073c2e19e..84de136091844300fd1f09dc7af3595837449ae6:/config.h diff --git a/config.h b/config.h index a3e4f95..db81ae6 100644 --- a/config.h +++ b/config.h @@ -11,10 +11,15 @@ static const char *border_color = "#E6E6E6"; /* sizes in pixels */ static int width_pixels = 130; /* minimum width of a menu */ -static int padding_pixels = 4; /* padding around label in a item */ +static int height_pixels = 25; /* height of a single menu item */ static int border_pixels = 1; /* menu border */ static int separator_pixels = 3; /* space around separator */ +/* the variables below cannot be set by X resources */ + /* geometry of the right-pointing isoceles triangle for submenus */ static const int triangle_width = 3; static const int triangle_height = 7; + +/* padding of the area around the icon */ +static const int iconpadding = 4;