This commit is contained in:
Daniel Flanagan 2022-11-22 11:22:20 -06:00
parent 9fdc74f151
commit 92e2df37cd
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
8 changed files with 11 additions and 10 deletions

View File

@ -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 -., "$@"

View File

@ -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

View File

@ -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` \

View File

@ -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"

View File

@ -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

View File

@ -15,7 +15,7 @@
};
clock-format = "%H:%M:%S";
extraConfig = ''
font-name=Iosevka
font-name=IosevkaLyteTerm
'';
};
# background = "";

View File

@ -1,6 +1,6 @@
color=ffffffff
image=~/.wallpaper
font=IosevkaLyte
font=IosevkaLyteTerm
show-failed-attempts
ignore-empty-password

View File

@ -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;
}