diff options
| -rw-r--r-- | config.def.h | 19 | ||||
| -rw-r--r-- | config.h | 18 | ||||
| -rwxr-xr-x | dmenu | bin | 43512 -> 43520 bytes | |||
| -rw-r--r-- | dmenu.o | bin | 34400 -> 34480 bytes | 
4 files changed, 20 insertions, 17 deletions
| diff --git a/config.def.h b/config.def.h index 8c95753..71594bf 100644 --- a/config.def.h +++ b/config.def.h @@ -1,20 +1,21 @@  /* See LICENSE file for copyright and license details. */  /* Default settings; can be overriden by command line. */ -static int topbar = 1;                      /* -b  option; if 0, dmenu appears at bottom     */ +static int topbar = 0;                      /* -b  option; if 0, dmenu appears at bottom     */  /* -fn option overrides fonts[0]; default X11 font or font set */  static const char *fonts[] = { -	"monospace:size=10" +	"Hack:size=11"  }; -static const char *prompt      = NULL;      /* -p  option; prompt to the left of input field */ +static const char *prompt      = "Run: ";//NULL;      /* -p  option; prompt to the left of input field */  static const char *colors[SchemeLast][2] = {  	/*     fg         bg       */ -	[SchemeNorm] = { "#bbbbbb", "#222222" }, -	[SchemeSel] = { "#eeeeee", "#005577" }, -	[SchemeSelHighlight] = { "#ffc978", "#005577" }, -	[SchemeNormHighlight] = { "#ffc978", "#222222" }, -	[SchemeOut] = { "#000000", "#00ffff" }, -	[SchemeMid] = { "#eeeeee", "#770000" }, +	[SchemeNorm] = { "#FFFFFF", "#171520" }, +	[SchemeSel] = { "#FFFFFF", "#D33682" }, +	[SchemeSelHighlight] = { "#FFFFFF", "#5B76B7" }, +	[SchemeNormHighlight] = { "#FFFFFF", "#130F23" }, +	[SchemeMid] = { "#FFFFFF", "#8915e5" }, +	/*[SchemeNormHighlight] = { "#FFFFFF", "#222222" },*/ +	[SchemeOut] = { "#FFFFFF", "#5b76b7" },  };  /* -l option; if nonzero, dmenu uses vertical list with given number of lines */  static unsigned int lines      = 0; @@ -1,19 +1,21 @@  /* See LICENSE file for copyright and license details. */  /* Default settings; can be overriden by command line. */ -static int topbar = 1;                      /* -b  option; if 0, dmenu appears at bottom     */ +static int topbar = 0;                      /* -b  option; if 0, dmenu appears at bottom     */  /* -fn option overrides fonts[0]; default X11 font or font set */  static const char *fonts[] = { -	"monospace:size=10" +	"Hack:size=11"  }; -static const char *prompt      = NULL;      /* -p  option; prompt to the left of input field */ +static const char *prompt      = "Run: ";//NULL;      /* -p  option; prompt to the left of input field */  static const char *colors[SchemeLast][2] = {  	/*     fg         bg       */ -	[SchemeNorm] = { "#bbbbbb", "#222222" }, -	[SchemeSel] = { "#eeeeee", "#005577" }, -	[SchemeSelHighlight] = { "#ffc978", "#005577" }, -	[SchemeNormHighlight] = { "#ffc978", "#222222" }, -	[SchemeOut] = { "#000000", "#00ffff" }, +	[SchemeNorm] = { "#FFFFFF", "#171520" }, +	[SchemeSel] = { "#FFFFFF", "#D33682" }, +	[SchemeSelHighlight] = { "#FFFFFF", "#5B76B7" }, +	[SchemeNormHighlight] = { "#FFFFFF", "#130F23" }, +	[SchemeMid] = { "#FFFFFF", "#8915e5" }, +	/*[SchemeNormHighlight] = { "#FFFFFF", "#222222" },*/ +	[SchemeOut] = { "#FFFFFF", "#5b76b7" },  };  /* -l option; if nonzero, dmenu uses vertical list with given number of lines */  static unsigned int lines      = 0;Binary files differBinary files differ |