This commit is contained in:
meml0rz
2024-11-18 01:14:38 +01:00
parent d32858ad38
commit f2039e612b
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@ static const unsigned int gappov = 20; /* vert outer gap between window
static int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static const int showbar = 1; /* 0 means no bar */ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "Terminus:size=10" }; static const char *fonts[] = { "monospace:size=10" };
static const char dmenufont[] = "Terminus:size=10"; static const char dmenufont[] = "monospace:size=10";
static const char col_gray1[] = "#000000"; static const char col_gray1[] = "#1d2021";
static const char col_gray2[] = "#fbf1c7"; static const char col_gray2[] = "#fbf1c7";
static const char col_gray3[] = "#ffffff"; static const char col_gray3[] = "#ffffff";
static const char col_gray4[] = "#eeeeee"; static const char col_gray4[] = "#eeeeee";

View File

@ -4,7 +4,7 @@ VERSION = 6.5
# Customize below to fit your system # Customize below to fit your system
# paths # paths
PREFIX = /usr/X11R6 PREFIX = /usr
MANPREFIX = ${PREFIX}/share/man MANPREFIX = ${PREFIX}/share/man
X11INC = ${PREFIX}/include X11INC = ${PREFIX}/include