From 5bb9d5d2a9354d93b64cff8e76f794c007de8456 Mon Sep 17 00:00:00 2001 From: kurb42 Date: Sat, 13 Nov 2021 00:09:03 -0300 Subject: change font --- home/kurb42/.Xdefaults | 2 +- home/kurb42/.config/suckless/dmenu/config.def.h | 2 +- home/kurb42/.config/suckless/dwm/config.def.h | 2 +- .../UbuntuMono Bold Italic Nerd Font Complete.ttf | Bin 975060 -> 0 bytes .../UbuntuMono/UbuntuMono Bold Nerd Font Complete.ttf | Bin 950184 -> 0 bytes .../UbuntuMono Italic Nerd Font Complete.ttf | Bin 971096 -> 0 bytes .../fonts/UbuntuMono/UbuntuMono Nerd Font Complete.ttf | Bin 964540 -> 0 bytes usr/share/fonts/cozette_bitmap.ttf | Bin 0 -> 69876 bytes 8 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 usr/share/fonts/UbuntuMono/UbuntuMono Bold Italic Nerd Font Complete.ttf delete mode 100644 usr/share/fonts/UbuntuMono/UbuntuMono Bold Nerd Font Complete.ttf delete mode 100644 usr/share/fonts/UbuntuMono/UbuntuMono Italic Nerd Font Complete.ttf delete mode 100644 usr/share/fonts/UbuntuMono/UbuntuMono Nerd Font Complete.ttf create mode 100644 usr/share/fonts/cozette_bitmap.ttf diff --git a/home/kurb42/.Xdefaults b/home/kurb42/.Xdefaults index 158b106..3125884 100644 --- a/home/kurb42/.Xdefaults +++ b/home/kurb42/.Xdefaults @@ -8,7 +8,7 @@ URxvt.scrollBar: false URxvt.cursorBlink: true ! -- Fonts -- ! -URxvt.font: xft:UbuntuMono Nerd Font:pixelsize=14:antialias=true +URxvt.font: xft:Cozette:pixelsize=14:antialias=true ! -- Restore Ctrl+Shift+(C|V) -- ! URxvt.keysym.Shift-Control-V: eval:paste_clipboard diff --git a/home/kurb42/.config/suckless/dmenu/config.def.h b/home/kurb42/.config/suckless/dmenu/config.def.h index 543a96b..f88ca31 100644 --- a/home/kurb42/.config/suckless/dmenu/config.def.h +++ b/home/kurb42/.config/suckless/dmenu/config.def.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[] = { - "UbuntuMono Nerd Font:size=10" + "Cozette:size=10" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { diff --git a/home/kurb42/.config/suckless/dwm/config.def.h b/home/kurb42/.config/suckless/dwm/config.def.h index 7b89745..1fe888f 100644 --- a/home/kurb42/.config/suckless/dwm/config.def.h +++ b/home/kurb42/.config/suckless/dwm/config.def.h @@ -5,7 +5,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "UbuntuMono Nerd Font:size=10" }; +static const char *fonts[] = { "Cozette:size=10" }; static const char col_gray1[] = "#000000"; static const char col_gray2[] = "#ffffff"; static const char col_gray3[] = "#ad7fa8"; diff --git a/usr/share/fonts/UbuntuMono/UbuntuMono Bold Italic Nerd Font Complete.ttf b/usr/share/fonts/UbuntuMono/UbuntuMono Bold Italic Nerd Font Complete.ttf deleted file mode 100644 index 88672f1..0000000 Binary files a/usr/share/fonts/UbuntuMono/UbuntuMono Bold Italic Nerd Font Complete.ttf and /dev/null differ diff --git a/usr/share/fonts/UbuntuMono/UbuntuMono Bold Nerd Font Complete.ttf b/usr/share/fonts/UbuntuMono/UbuntuMono Bold Nerd Font Complete.ttf deleted file mode 100644 index 7639e69..0000000 Binary files a/usr/share/fonts/UbuntuMono/UbuntuMono Bold Nerd Font Complete.ttf and /dev/null differ diff --git a/usr/share/fonts/UbuntuMono/UbuntuMono Italic Nerd Font Complete.ttf b/usr/share/fonts/UbuntuMono/UbuntuMono Italic Nerd Font Complete.ttf deleted file mode 100644 index 95104b6..0000000 Binary files a/usr/share/fonts/UbuntuMono/UbuntuMono Italic Nerd Font Complete.ttf and /dev/null differ diff --git a/usr/share/fonts/UbuntuMono/UbuntuMono Nerd Font Complete.ttf b/usr/share/fonts/UbuntuMono/UbuntuMono Nerd Font Complete.ttf deleted file mode 100644 index d7a2fed..0000000 Binary files a/usr/share/fonts/UbuntuMono/UbuntuMono Nerd Font Complete.ttf and /dev/null differ diff --git a/usr/share/fonts/cozette_bitmap.ttf b/usr/share/fonts/cozette_bitmap.ttf new file mode 100644 index 0000000..5eca094 Binary files /dev/null and b/usr/share/fonts/cozette_bitmap.ttf differ -- cgit 1.4.1-2-gfad0