From b00c7a5c28e86dddee4c77d8e3ed479464042ae8 Mon Sep 17 00:00:00 2001 From: memL0rz Date: Thu, 5 Dec 2024 14:21:54 +0000 Subject: [PATCH] kekl --- config.def.h | 4 ++-- config.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index cc51d7b..1d03e04 100755 --- a/config.def.h +++ b/config.def.h @@ -1,4 +1,4 @@ -static char *font = "Terminus:pixelsize=18:antialias=true:autohint=true"; +static char *font = "TerminessNerdFont:pixelsize=18:antialias=true:autohint=true"; static int borderpx = 2; static char *shell = "/usr/local/bin/bash"; @@ -22,7 +22,7 @@ static int bellvolume = 0; char *termname = "xterm"; unsigned int tabspaces = 2; static const char *colorname[] = { - [0] = "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */ + [0] = "#010101", /* hard contrast: #1d2021 / soft contrast: #32302f */ [1] = "#cc241d", /* red */ [2] = "#98971a", /* green */ [3] = "#d79921", /* yellow */ diff --git a/config.mk b/config.mk index 15e0dd5..1b9039c 100755 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ VERSION = 0.9.2 # Customize below to fit your system # paths -PREFIX = /usr/X11R6 +PREFIX = /usr MANPREFIX = $(PREFIX)/share/man X11INC = ${PREFIX}/include