summaryrefslogtreecommitdiff
path: root/dmenu/config.h
diff options
context:
space:
mode:
authornil <niljo@airmail.cc>2025-01-14 20:16:17 +0100
committernil <niljo@airmail.cc>2025-01-14 20:16:17 +0100
commit9cd3e10283ea0c6cc997afc5353c0f314b3aa092 (patch)
tree4aa0ae912633a0f3e7a7d1405469bb7009cef1ba /dmenu/config.h
parent23a62d70129db30027ba620fc798a666c198ba35 (diff)
changing host repositorymain
Diffstat (limited to 'dmenu/config.h')
-rwxr-xr-xdmenu/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmenu/config.h b/dmenu/config.h
index d82693d..38e3a40 100755
--- a/dmenu/config.h
+++ b/dmenu/config.h
@@ -1,6 +1,6 @@
/* See LICENSE file for copyright and license details. */
/* Default settings; can be overriden by command line. */
-#include "themes/rurbania.h"
+#include "themes/cicada.h"
static const unsigned int border_width = 2;
@@ -10,7 +10,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "monospace:size=16"
+ "Inconsolata-Regular:size=26"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */