diff options
author | eug-vs <eug-vs@keemail.me> | 2021-04-29 00:41:25 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-04-29 00:41:25 +0300 |
commit | a9d33a53f2626a824a80757cb6214f735a1aa274 (patch) | |
tree | 7ae571ad3d120a36a2bebd027412b80d62634f8d | |
parent | 59e9697a78c5dd6f2fc152453ad62fc299412e70 (diff) | |
download | dwm-a9d33a53f2626a824a80757cb6214f735a1aa274.tar.gz |
feat: use regular Fira Code instead of bold
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 0bed0ff..90e4733 100644 --- a/config.def.h +++ b/config.def.h @@ -13,7 +13,7 @@ static const int showbar = 1; /* 0 means no bar */ static const int horizpadbar = 6; /* horizontal padding for statusbar */ static const int vertpadbar = 16; /* vertical padding for statusbar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "fira code nerd font:bold:pixelsize=12:antialias=true:autohint=true" }; +static const char *fonts[] = { "fira code nerd font:pixelsize=12:antialias=true:autohint=true" }; static const char col_background[] = "#1d2021"; static const char col_foreground[] = "#ebdbb2"; static const char col_yellow[] = "#d79921"; |