From e110aa3244fac7e52148a366e92b813b0321f9f8 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 28 Jul 2022 12:31:13 +0200 Subject: [PATCH] fonts: rename fonts dir and allow alacritty cursiv --- README.md | 8 ++++++-- files/alacritty/.config/alacritty/alacritty.yml | 8 -------- {fallback-fonts => fonts}/JuliaMono-Medium.ttf | Bin .../JuliaMono-MediumItalic.ttf | Bin {fallback-fonts => fonts}/NotoSansCJK-Regular.ttc | Bin .../SFMono Medium Italic Nerd Font Complete.otf | Bin .../SFMono Medium Nerd Font Complete.otf | Bin 7 files changed, 6 insertions(+), 10 deletions(-) rename {fallback-fonts => fonts}/JuliaMono-Medium.ttf (100%) rename {fallback-fonts => fonts}/JuliaMono-MediumItalic.ttf (100%) rename {fallback-fonts => fonts}/NotoSansCJK-Regular.ttc (100%) rename {fallback-fonts => fonts}/SFMono Medium Italic Nerd Font Complete.otf (100%) rename {fallback-fonts => fonts}/SFMono Medium Nerd Font Complete.otf (100%) diff --git a/README.md b/README.md index d5badd8..66b977a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Files can be `stow`'ed and un'`stow`'ed with `stow.sh`. It will link all dotfiles to their correct place. ## fonts -Fallsback are provided in `fallback-fonts/` +Fonts are provided in `fonts/` SFMono also provides icons. ## 'invisible' deps @@ -14,6 +14,7 @@ SFMono also provides icons. + `waybar` + `SwayNotificationCenter` - default conf + `bemenu` (dmenu replacement) ++ `rofi` (nice launcher) + `slurp`, `grim`, `swappy` (screenshot) ### other (used in scripts) @@ -24,6 +25,9 @@ SFMono also provides icons. + `fu` (find icons) + all `fcitx5` stuff (data, gtk, qt, mozc) -### GTK theming stuff +### theming stuff + icons: `Flat-Remix-Blue-Light-darkPanel` + theme: `Flat-Remix-GTK-Blue-Light-solid` ++ rofi: https://github.com/catppuccin/rofi + + change font to `SFMono` and adjust colors + diff --git a/files/alacritty/.config/alacritty/alacritty.yml b/files/alacritty/.config/alacritty/alacritty.yml index 2b66ef6..28079af 100644 --- a/files/alacritty/.config/alacritty/alacritty.yml +++ b/files/alacritty/.config/alacritty/alacritty.yml @@ -6,14 +6,6 @@ font: family: SFMono Nerd Font style: Regular - bold: - family: SFMono Nerd Font - style: Bold - - italic: - family: SFMono Nerd Font - style: Italic - size: 11.0 draw_bold_text_with_bright_colors: false diff --git a/fallback-fonts/JuliaMono-Medium.ttf b/fonts/JuliaMono-Medium.ttf similarity index 100% rename from fallback-fonts/JuliaMono-Medium.ttf rename to fonts/JuliaMono-Medium.ttf diff --git a/fallback-fonts/JuliaMono-MediumItalic.ttf b/fonts/JuliaMono-MediumItalic.ttf similarity index 100% rename from fallback-fonts/JuliaMono-MediumItalic.ttf rename to fonts/JuliaMono-MediumItalic.ttf diff --git a/fallback-fonts/NotoSansCJK-Regular.ttc b/fonts/NotoSansCJK-Regular.ttc similarity index 100% rename from fallback-fonts/NotoSansCJK-Regular.ttc rename to fonts/NotoSansCJK-Regular.ttc diff --git a/fallback-fonts/SFMono Medium Italic Nerd Font Complete.otf b/fonts/SFMono Medium Italic Nerd Font Complete.otf similarity index 100% rename from fallback-fonts/SFMono Medium Italic Nerd Font Complete.otf rename to fonts/SFMono Medium Italic Nerd Font Complete.otf diff --git a/fallback-fonts/SFMono Medium Nerd Font Complete.otf b/fonts/SFMono Medium Nerd Font Complete.otf similarity index 100% rename from fallback-fonts/SFMono Medium Nerd Font Complete.otf rename to fonts/SFMono Medium Nerd Font Complete.otf