micromizing dmenu step 1
This commit is contained in:
parent
b97783b07f
commit
06ae894434
6 changed files with 149 additions and 152 deletions
10
config.h
Normal file
10
config.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* See LICENSE file for copyright and license details. */
|
||||
|
||||
/* appearance */
|
||||
#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
|
||||
#define NORMBGCOLOR "#000"
|
||||
#define NORMFGCOLOR "#ccc"
|
||||
#define SELBGCOLOR "#00f"
|
||||
#define SELFGCOLOR "#fff"
|
||||
/* next macro defines the space between menu items */
|
||||
#define SPACE 30 /* px */
|
Loading…
Add table
Add a link
Reference in a new issue