meta: Change primary font from Hack to IBM Plex

IBM Plex is a nice alternative to Hack, and includes serif and
sans-serif variants as well. AFAIK, it came out last year and
uses the Open Font License (OFL). The different font variants
make it a great choice for ricers.
This commit is contained in:
Donovan Glover 2018-12-01 22:12:36 -05:00
parent e75dd9cc77
commit 86b6611b0d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ include ${HOME}/.cache/wal/kitty
shell fish
# Set the font family
font_family Hack
font_family IBM Plex Mono Text
# Font size (respects DPI)
font_size 11

View File

@ -1,6 +1,6 @@
configuration {
modi: "drun";
font: "Hack 12";
font: "IBM Plex Mono Text 12";
show-icons: true;
bw: 0;
theme: "~/.cache/wal/colors-rofi-dark.rasi";

View File

@ -4,10 +4,10 @@
# Use the color scheme generated by wal
include "../../.cache/wal/zathura"
set font "Hack 12" # Use Hack as our font of choice
set guioptions "v" # Show a "progress bar" when scrolling up/down
set adjust-open "width" # Make documents take up all the available space by default
set statusbar-basename "true" # When using the status bar, show the basename only
set font "IBM Plex Mono Text 12" # Use IBM Plex as our font of choice
set guioptions "v" # Show a "progress bar" when scrolling up/down
set adjust-open "width" # Make documents take up all the available space by default
set statusbar-basename "true" # When using the status bar, show the basename only
set render-loading "false" # Do not show the "loading" text
set scroll-step "120" # Increase the scroll distance when using j/k