Switch from JetBrains to Roboto.
This commit is contained in:
parent
7836d8b0be
commit
f11e6c927f
4 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display
|
|||
static const int showsystray = 1; /* 0 means no systray */
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
static const char *fonts[] = { "JetBrainsMono Nerd Font Mono:style=Medium:size=10", "Material Icons:size=12" };
|
||||
static const char *fonts[] = { "RobotoMono Nerd Font:style=Medium:size=10", "Material Icons:size=12" };
|
||||
static const char normfgcolor[] = "#bbbbbb";
|
||||
static const char col_fg[] = "#161616";
|
||||
static const char col_bg[] = "#c7c7c7";
|
||||
|
@ -38,7 +38,7 @@ static Sp scratchpads[] = {
|
|||
};
|
||||
|
||||
/* tagging */
|
||||
static const char *tags[] = {"\ue9ef", "\ue894", "\ue0c9", "\ue0e1", "\ue3fe", "\ue3ff", "7", "\ue8af", "\ue943", "\uea67"};
|
||||
static const char *tags[] = {"\ue9ef", "\ue80b", "\ue0c9", "\ue0e1", "\ue3fe", "\ue3ff", "7", "\ue8af", "\ue943", "\ue894"};
|
||||
|
||||
static const Rule rules[] = {
|
||||
/* xprop(1):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue