update fonts, tag names, layout symbols

This commit is contained in:
Ray Elliott 2020-03-26 12:58:02 +00:00
parent 096686b18e
commit e862c2e053
1 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */ static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 0; /* 0 means no bar */ static const int showbar = 0; /* 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[] = { "xos4 Terminus:size=12" }; static const char *fonts[] = { "Source Serif Pro:weight=Medium:size=12" };
static const char dmenufont[] = "xos4 Terminus:size=14"; static const char dmenufont[] = "Source Serif Pro:weight=Medium:size=12";
static const char col_bg[] = "#170808"; static const char col_bg[] = "#170808";
static const char col_fgnorm[] = "#823302"; static const char col_fgnorm[] = "#823302";
static const char col_fgsel[] = "#f2731e"; static const char col_fgsel[] = "#f2731e";
@ -18,7 +18,7 @@ static const char *colors[][3] = {
}; };
/* tagging */ /* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const char *tags[] = { "I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX" };
static const Rule rules[] = { static const Rule rules[] = {
/* xprop(1): /* xprop(1):
@ -44,8 +44,8 @@ static const int resizehints = 1; /* 1 means respect size hints in tiled resi
#include "fibonacci.c" #include "fibonacci.c"
static const Layout layouts[] = { static const Layout layouts[] = {
/* symbol arrange function */ /* symbol arrange function */
{ "::[]=", tile }, /* first entry is default */ { "[ ]", tile }, /* first entry is default */
{ "::><>", NULL }, /* no layout function means floating behavior */ { "> <", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle }, { "[M]", monocle },
{ "TTT", bstack }, { "TTT", bstack },
{ "===", bstackhoriz }, { "===", bstackhoriz },