From f2039e612bd65e29e330ab20aa04cccc49e371fd Mon Sep 17 00:00:00 2001 From: meml0rz Date: Mon, 18 Nov 2024 01:14:38 +0100 Subject: [PATCH] kekl --- config.def.h | 6 +++--- config.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index f19a7d1..36280a1 100644 --- a/config.def.h +++ b/config.def.h @@ -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 const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Terminus:size=10" }; -static const char dmenufont[] = "Terminus:size=10"; -static const char col_gray1[] = "#000000"; +static const char *fonts[] = { "monospace:size=10" }; +static const char dmenufont[] = "monospace:size=10"; +static const char col_gray1[] = "#1d2021"; static const char col_gray2[] = "#fbf1c7"; static const char col_gray3[] = "#ffffff"; static const char col_gray4[] = "#eeeeee"; diff --git a/config.mk b/config.mk index 4990038..78afedb 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ VERSION = 6.5 # Customize below to fit your system # paths -PREFIX = /usr/X11R6 +PREFIX = /usr MANPREFIX = ${PREFIX}/share/man X11INC = ${PREFIX}/include