Font configuration - ArchWiki
wiki.archlinux.org › title › Font_configurationFont configuration. From ArchWiki. Fontconfig is a library designed to provide a list of available fonts to applications, and also for configuration for how fonts get rendered. The FreeType library renders the fonts, based on this configuration. The freetype2 font rendering packages on Arch Linux include the bytecode interpreter (BCI) enabled ...
Make GRUB menu & boot-up/down fonts bigger - Manjaro
wiki.manjaro.org › index › Make_GRUB_menu_&_bootsudo grub-mkfont --output=/boot/grub/fonts/DejaVuSansMono20.pf2 \ --size=20 /usr/share/fonts/TTF/dejavu/DejaVuSansMono.ttf. Then we need to open the /etc/default/grub file in our text editor as root (use sudo) & add the following line (or lines if your like me & have a bad memory): ##==========================_HANDY_========================================== # More readable font on high dpi screen, generated with the following # 2 lines on ONE line, terminal command (ignore the error ...
Basic Tips for conky - Manjaro
wiki.manjaro.org › index › Basic_Tips_for_conkyThis enables Xft, set the default font (LiberationMono), make it bold and set it's size (8): ~/.config/conky/conky.conkyrc. conky.config = { ... use_xft = true, font = 'LiberationMono:bold:size=8', ... }; 3. In order to position your conky on your screen, modify these settings: ~/.config/conky/conky.conkyrc.