bottom bar + theme rename

This commit is contained in:
Maddie H 2022-10-18 06:55:17 +01:00
parent 7839891d99
commit 82156146b3
No known key found for this signature in database
GPG Key ID: 64FAA9959751687D
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/* Default settings; can be overriden by command line. */ /* Default settings; can be overriden by command line. */
/* -b option; if 0, dmenu appears at bottom */ /* -b option; if 0, dmenu appears at bottom */
static int topbar = 1; static int topbar = 0;
/* -fn option overrides fonts[0]; default X11 font or font set */ /* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = { static const char *fonts[] = {
@ -13,7 +13,7 @@ static const char *fonts[] = {
static const char *prompt = NULL; static const char *prompt = NULL;
/* theme */ /* theme */
#include "themes/onedark.h" #include "themes/default.h"
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ /* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 0; static unsigned int lines = 0;