diff --git a/common/bin/image-viewer b/common/bin/image-viewer index aaccf0f..54e6db9 100755 --- a/common/bin/image-viewer +++ b/common/bin/image-viewer @@ -1,2 +1,2 @@ #!/usr/bin/env bash -feh -C /usr/share/fonts/ttf-iosevka-type -e "iosevka-type-regular/12" -d -., "$@" +feh -C /usr/share/fonts/ttf-iosevka-type -e "IosevkaLyte-type-regular/12" -d -., "$@" diff --git a/common/kitty/kitty.conf b/common/kitty/kitty.conf index 412cd22..6fba7ee 100644 --- a/common/kitty/kitty.conf +++ b/common/kitty/kitty.conf @@ -1,7 +1,7 @@ -font_family IosevkaLyteTerm -bold_font IosevkaLyteTerm Heavy -italic_font IosevkaLyteTerm Italic -bold_italic_font IosevkaLyteTerm Heavy Italic +font_family IosevkaLyteTerm Nerd Font +bold_font IosevkaLyteTerm Heavy Nerd Font +italic_font IosevkaLyteTerm Italic Nerd Font +bold_italic_font IosevkaLyteTerm Heavy Italic Nerd Font font_size 12.5 # use `kitty + list-fonts --psnames` to get the font's PostScript name diff --git a/os/linux/arch/provision.d/optional/ui-packages.bash b/os/linux/arch/provision.d/optional/ui-packages.bash index c750e3d..bd4b6e9 100755 --- a/os/linux/arch/provision.d/optional/ui-packages.bash +++ b/os/linux/arch/provision.d/optional/ui-packages.bash @@ -18,6 +18,7 @@ paru -Sy --needed \ elementary-icon-theme `# GUI File Explorer Icons` \ thunar thunar-volman gvfs `# GUI File Explorer + Volume Management/Auto-Mount Disks)` \ ttf-iosevka-lyte `# My font` \ + ttf-iosevka-lyte-nerd-font `# My font` \ ttf-opensans `# Fonts` \ avr-libc avr-gcc dfu-programmer dfu-util `# Keyboard Programming Utilities` \ gimp inkscape krita `# Image/Vector Editing Applications` \ diff --git a/os/linux/gtk/2rc b/os/linux/gtk/2rc index 123a034..9f3348f 100644 --- a/os/linux/gtk/2rc +++ b/os/linux/gtk/2rc @@ -1,3 +1,3 @@ gtk-icon-theme-name = "elementary" gtk-theme-name = "Arc-Dark" -gtk-font-name = "iosevka-lyte 10" +gtk-font-name = "IosevkaLyteTerm 10" diff --git a/os/linux/gtk/3settings.ini b/os/linux/gtk/3settings.ini index b33b106..26a7fc8 100644 --- a/os/linux/gtk/3settings.ini +++ b/os/linux/gtk/3settings.ini @@ -1,5 +1,5 @@ [Settings] gtk-icon-theme-name = elementary gtk-theme-name = Arc-Dark -gtk-font-name = iosevka-lyte 10 +gtk-font-name = IosevkaLyteTerm 10 gtk-application-prefer-dark-theme = true diff --git a/os/linux/nix/modules/lightdm.nix b/os/linux/nix/modules/lightdm.nix index 654a617..5450d12 100644 --- a/os/linux/nix/modules/lightdm.nix +++ b/os/linux/nix/modules/lightdm.nix @@ -15,7 +15,7 @@ }; clock-format = "%H:%M:%S"; extraConfig = '' - font-name=Iosevka + font-name=IosevkaLyteTerm ''; }; # background = ""; diff --git a/os/linux/sway/lock b/os/linux/sway/lock index 74a689c..1029830 100644 --- a/os/linux/sway/lock +++ b/os/linux/sway/lock @@ -1,6 +1,6 @@ color=ffffffff image=~/.wallpaper -font=IosevkaLyte +font=IosevkaLyteTerm show-failed-attempts ignore-empty-password diff --git a/os/linux/waybar/style.css b/os/linux/waybar/style.css index 2051179..292bef4 100644 --- a/os/linux/waybar/style.css +++ b/os/linux/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: "IosevkaLyte", "Font Awesome 5 Free", sans-serif; + font-family: "IosevkaLyteTerm Nerd Font", sans-serif; font-size: 16px; min-height: 0; }