1
0
forked from extern/nix-config

Compare commits

...

2 Commits

Author SHA1 Message Date
Donovan Glover
88f7c2bb03
polybar: Change font from Fira Mono to IBM Plex
I always used Fira Mono for polybar and Hack for everything else, but
since IBM Plex shares some characteristics of Fira Mono, it can act as
a replacement here too.
2018-12-01 22:30:38 -05:00
Donovan Glover
86b6611b0d
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.
2018-12-01 22:28:21 -05:00
4 changed files with 7 additions and 7 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

@ -25,7 +25,7 @@ foreground = ${color.text}
background = ${color.background}
border-color = ${color.text}
font-0 = "Fira Mono:style=Bold:size=10"
font-0 = "IBM Plex Mono:style=Bold:size=10"
font-1 = "Noto Sans CJK JP:size=10"
font-2 = "Font Awesome 5 Free:style=Solid:size=10"
font-3 = "Font Awesome 5 Free:style=Regular:size=10"

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