diff options
author | rafa_99 <raroma09@gmail.com> | 2022-04-19 14:54:43 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-04-19 14:54:43 +0100 |
commit | 2da51e020cb4f19d4afee3bdba89bd8a8da5fa82 (patch) | |
tree | ce78af3b6e175765d09751bb2bdad8e291e7d498 | |
parent | 1c516d3ad4a25e4e29041ea9cee0fb186ab67766 (diff) |
New font again
-rw-r--r-- | fonts/.local/share/fonts/Caskaydia Cove Regular Nerd Font Complete.otf | bin | 0 -> 2221704 bytes | |||
-rw-r--r-- | suckless/.config/suckless/dmenu/config.h | 2 | ||||
-rw-r--r-- | suckless/.config/suckless/dwm/config.h | 2 | ||||
-rw-r--r-- | suckless/.config/suckless/sent/config.h | 2 | ||||
-rw-r--r-- | suckless/.config/suckless/st/config.h | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/fonts/.local/share/fonts/Caskaydia Cove Regular Nerd Font Complete.otf b/fonts/.local/share/fonts/Caskaydia Cove Regular Nerd Font Complete.otf Binary files differnew file mode 100644 index 0000000..85541a4 --- /dev/null +++ b/fonts/.local/share/fonts/Caskaydia Cove Regular Nerd Font Complete.otf diff --git a/suckless/.config/suckless/dmenu/config.h b/suckless/.config/suckless/dmenu/config.h index 28db482..7eac1ac 100644 --- a/suckless/.config/suckless/dmenu/config.h +++ b/suckless/.config/suckless/dmenu/config.h @@ -4,7 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "TerminessTTF Nerd Font:size=14" + "CaskaydiaCove Nerd Font:size=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ diff --git a/suckless/.config/suckless/dwm/config.h b/suckless/.config/suckless/dwm/config.h index fdfae2f..4d705da 100644 --- a/suckless/.config/suckless/dwm/config.h +++ b/suckless/.config/suckless/dwm/config.h @@ -14,7 +14,7 @@ static const int swallowfloating = 0; /* 1 means swallow floating wind static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int focusonwheel = 0; -static const char *fonts[] = { "TerminessTTF Nerd Font:size=14" }; +static const char *fonts[] = { "CaskaydiaCove Nerd Font:pixelsize=14" }; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { norm_fg, norm_bg, norm_border }, // Unfocused Windows diff --git a/suckless/.config/suckless/sent/config.h b/suckless/.config/suckless/sent/config.h index 800844d..ff4c5d7 100644 --- a/suckless/.config/suckless/sent/config.h +++ b/suckless/.config/suckless/sent/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ static char *fontfallbacks[] = { - "FiraCode Nerd Font", + "CaskaydiaCove Nerd Font", }; #define NUMFONTSCALES 42 #define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */ diff --git a/suckless/.config/suckless/st/config.h b/suckless/.config/suckless/st/config.h index 5df587a..e134886 100644 --- a/suckless/.config/suckless/st/config.h +++ b/suckless/.config/suckless/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "TerminessTTF Nerd Font:pixelsize=16:antialias=true:autohint=true"; +static char *font = "CaskaydiaCove Nerd Font:pixelsize=16:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { "Symbola:pixelsize=14:antialias=true:autohint=true", |