aboutsummaryrefslogtreecommitdiff
path: root/dmenu.h
diff options
context:
space:
mode:
authorarg@mmvi <unknown>2006-09-26 13:20:47 +0200
committerarg@mmvi <unknown>2006-09-26 13:20:47 +0200
commit5c0d28e4ff9909059ac1247aa71f9b1e906fea3a (patch)
tree0586a9874f0a9c960e6c787bdbd853bb8b6baafc /dmenu.h
parente0fe9f2fcac32f04f7fda5236f48d1a705cbdcce (diff)
downloaddmenu-5c0d28e4ff9909059ac1247aa71f9b1e906fea3a.tar.gz
dmenu-5c0d28e4ff9909059ac1247aa71f9b1e906fea3a.tar.bz2
dmenu-5c0d28e4ff9909059ac1247aa71f9b1e906fea3a.zip
removed config.h stuff, made dwm configurable due to command line options
Diffstat (limited to 'dmenu.h')
-rw-r--r--dmenu.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/dmenu.h b/dmenu.h
index eed5689..d4065d2 100644
--- a/dmenu.h
+++ b/dmenu.h
@@ -3,10 +3,14 @@
* See LICENSE file for license details.
*/
-#include "config.h"
#include <X11/Xlib.h>
#include <X11/Xlocale.h>
+#define FONT "fixed"
+#define NORMBGCOLOR "#333366"
+#define NORMFGCOLOR "#cccccc"
+#define SELBGCOLOR "#666699"
+#define SELFGCOLOR "#eeeeee"
#define SPACE 30 /* px */
/* color */