kekl
This commit is contained in:
@ -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 */
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user