about summary refs log tree commit diff
path: root/etc/portage/savedconfig/x11-misc/dmenu-9999
blob: 34b49df63d43731623b7a6017332089c003abaf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
static int topbar = 1;
static const char *fonts[] = {
	"UW Ttyp0:pixelsize=14:style=Regular:antialias=false",
	"Efont Biwidth:pixelsize=14:style=Regular:antialias=false",
	"Efont Fixed:pixelsize=14:style=Regular:antialias=false",
	"Misc Fixed:antialias=false",
};
static const char *prompt = NULL;
static const char *colors[SchemeLast][2] = {
	[SchemeNorm] = { "#c5c8c6", "#161719" },
	[SchemeSel] = { "#161719", "#c5c8c6" },
};

static unsigned int lines = 0;

static const char worddelimiters[] = " ";

/* vim: filetype=c */

Consider giving Nix/NixOS a try! <3