feat: change font and workspace icons

This commit is contained in:
David 2020-09-03 22:20:52 +02:00
parent 2b430fd267
commit 926e456d74
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ static const unsigned int snap = 32; /* snap pixel */
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "FuraCode Nerd Font Mono:size=16" };
static const char dmenufont[] = "FuraCode Nerd Font Mono:size=16";
static const char *fonts[] = { "Iosevka Fixed Slab:size=16", "Symbols Nerd Font:size=14" };
static const char dmenufont[] = "Iosevka Fixed Slab:size=16";
static const char col_black[] = "#1d2021";
static const char col_gray[] = "#373737";
static const char col_lightgray[] = "#a89984";
@ -25,7 +25,7 @@ static const char *colors[][3] = {
/* tagging */
//static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const char *tags[] = { "1 ", "2 ", "3 ", "4 ", "5 ", "6 ", "7 ", "8 ", "9 " };
static const char *tags[] = { "1 謹", "2 ", "3 ", "4 ", "5 ", "6 ", "7 ", "8 ", "9 " };
static const Rule rules[] = {
/* xprop(1):