From e862c2e053feebbb3439fad8224b63ff9a3b9e7b Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 26 Mar 2020 12:58:02 +0000 Subject: [PATCH] update fonts, tag names, layout symbols --- config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.h b/config.h index eae101b..2d4b0b7 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 0; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "xos4 Terminus:size=12" }; -static const char dmenufont[] = "xos4 Terminus:size=14"; +static const char *fonts[] = { "Source Serif Pro:weight=Medium:size=12" }; +static const char dmenufont[] = "Source Serif Pro:weight=Medium:size=12"; static const char col_bg[] = "#170808"; static const char col_fgnorm[] = "#823302"; static const char col_fgsel[] = "#f2731e"; @@ -18,7 +18,7 @@ static const char *colors[][3] = { }; /* 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[] = { /* xprop(1): @@ -44,8 +44,8 @@ static const int resizehints = 1; /* 1 means respect size hints in tiled resi #include "fibonacci.c" static const Layout layouts[] = { /* symbol arrange function */ - { "::[]=", tile }, /* first entry is default */ - { "::><>", NULL }, /* no layout function means floating behavior */ + { "[ ]", tile }, /* first entry is default */ + { "> <", NULL }, /* no layout function means floating behavior */ { "[M]", monocle }, { "TTT", bstack }, { "===", bstackhoriz },