Added new fonts

master
Toerd@archlinux 5 years ago
parent 9b88ecf921
commit 3b6b93bdcd

@ -31,12 +31,15 @@ A,P,at,used to run the set button script after udev trigger
A,P,reflector,A script to retrieve and filter the latest Pacman mirror list.
# Fonts
# A,A,nerd-fonts-hack,Systemfont
A,A,ttf-iosevka,Systemfont
A,A,ttf-iosevka-term,Systemfont Terminal
A,P,ttf-nerd-fonts-symbols,Unicode Glyphs
# A,P,ttf-hack,Systemfont fallback
# INSTALL FROM NAS (INPUT MONO NERD)
A,A,ttf-font-awesome-4,Glyphs fallback
A,A,ttf-unifont,more font support
A,P,noto-fonts,more glyphs
# A,A,ttf-font-awesome-4,Glyphs fallback
# A,P,bdf-unifont,more font support
# A,P,noto-fonts,more glyphs
A,A,ttf-windows,windows fonts
A,A,ttf-ms-fonts,more windows fonts

1 # First column: A = All, L = Laptop, D = Desktop
31 # INSTALL FROM NAS (INPUT MONO NERD) A,P,ttf-nerd-fonts-symbols,Unicode Glyphs
32 A,A,ttf-font-awesome-4,Glyphs fallback # A,P,ttf-hack,Systemfont fallback
33 A,A,ttf-unifont,more font support # INSTALL FROM NAS (INPUT MONO NERD)
34 A,P,noto-fonts,more glyphs # A,A,ttf-font-awesome-4,Glyphs fallback
35 # A,P,bdf-unifont,more font support
36 # A,P,noto-fonts,more glyphs
37 A,A,ttf-windows,windows fonts
38 A,A,ttf-ms-fonts,more windows fonts
39 # X
40 A,P,xorg,The whole xorg group
41 A,P,xorg-xinit,X.Org initialisation program
42 A,P,xcape,Configure modifier keys to act as other keys when pressed and released on their own
43 A,P,xcape,Configure modifier keys to act as other keys when pressed and released on their own A,P,feh,Image toolbelt
44 A,P,feh,Image toolbelt A,P,rofi,Application launcher
45 A,P,rofi,Application launcher # A,M,dmenu,Generic menu for X

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "InputMono Nerd Font:pixelsize=20:antialias=true:autohint=true";
static char *font = "Iosevka:pixelsize=20:antialias=true:autohint=true";
static int borderpx = 2;
/*

Loading…
Cancel
Save