config.def.h - thinglaunch - A simple command and password promtper for X11. | |
git clone git://bitreich.org/thinglaunch | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
config.def.h (191B) | |
--- | |
1 static const char *font = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"; | |
2 static const char *prompt = "exec> "; | |
3 static const char *normbgcolor = "#222222"; | |
4 static const char *normfgcolor = "#cccccc"; | |
5 |