aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-03-10 14:29:24 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2019-03-10 14:29:24 +0100
commit9c14511de13b5e38fe019473e766cff103b0b545 (patch)
tree402e32be848054c42f8c3ba04349a7052e0b9fe2 /files
parent55a40fbcc8ccfe6aa83bed2d111d7f6b2109cdcb (diff)
downloadconfigs-9c14511de13b5e38fe019473e766cff103b0b545.tar.gz
configs-9c14511de13b5e38fe019473e766cff103b0b545.zip
Sun Mar 10 14:29:26 CET 2019
Diffstat (limited to 'files')
-rw-r--r--files/dmenu/config.def.h6
-rw-r--r--files/dmenu/note.txt1
2 files changed, 4 insertions, 3 deletions
diff --git a/files/dmenu/config.def.h b/files/dmenu/config.def.h
index 1edb647..f1ec9b1 100644
--- a/files/dmenu/config.def.h
+++ b/files/dmenu/config.def.h
@@ -4,13 +4,13 @@
static int topbar = 1; /* -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"
+ "monospace:size=12"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
- [SchemeNorm] = { "#bbbbbb", "#222222" },
- [SchemeSel] = { "#eeeeee", "#005577" },
+ [SchemeNorm] = { "#00bbff", "#000000" },
+ [SchemeSel] = { "#000000", "#00bbff" },
[SchemeOut] = { "#000000", "#00ffff" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
diff --git a/files/dmenu/note.txt b/files/dmenu/note.txt
new file mode 100644
index 0000000..536830f
--- /dev/null
+++ b/files/dmenu/note.txt
@@ -0,0 +1 @@
+Remove config.h before compiling so it gets generated based on config.def.h