|
|
config.def.h - thingmenu - A simple graphical menu launcher for X11. |
|
|
 |
git clone git://bitreich.org/thingmenu (git://bitreich.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
Tags |
|
|
 |
LICENSE |
|
|
|
--- |
|
|
|
config.def.h (444B) |
|
|
|
--- |
|
|
|
1 static const Bool wmborder = True; |
|
|
|
2 static const char *font = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"; |
|
|
|
3 static const char *normbgcolor = "#222222"; |
|
|
|
4 static const char *normfgcolor = "#cccccc"; |
|
|
|
5 static const char *pressbgcolor = "#ffffff"; |
|
|
|
6 static const char *pressfgcolor = "#000000"; |
|
|
|
7 static const char *highlightbgcolor = "#bbbbbb"; |
|
|
|
8 static const char *highlightfgcolor = "#000000"; |
|
|
|
9 |
|
|
|
10 static float widthscaling = 1.5; |
|
|
|
11 static float heightscaling = 2.0; |
|
|
|
12 |
|