All: Switch to Monoid Nerd Mono font everywhere
This commit is contained in:
@@ -117,7 +117,8 @@ font:
|
||||
# - (macOS) Menlo
|
||||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
family: Latin Modern Mono
|
||||
#family: Dina
|
||||
family: Monoid Nerd Font
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Regular
|
||||
@@ -128,10 +129,10 @@ font:
|
||||
#
|
||||
# If the bold family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
family: Latin Modern Mono Caps
|
||||
#family: Dina
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Bold
|
||||
style: Bold
|
||||
|
||||
# Italic font face
|
||||
italic:
|
||||
@@ -150,13 +151,13 @@ font:
|
||||
#
|
||||
# If the bold italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
family: Latin Modern Mono Caps
|
||||
#family:
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Oblique
|
||||
style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 10.0
|
||||
size: 9.0
|
||||
|
||||
# Offset is the extra space around each character. `offset.y` can be thought
|
||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||
|
||||
@@ -17,7 +17,7 @@ set $output_secondary DVI-D-0
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:Mensch 9
|
||||
font Monoid Nerd Font 9
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
@@ -223,13 +223,12 @@ bindsym Mod4+r mode "resize"
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
font pango:DejaVu Sans Mono, FontAwesome 12
|
||||
font pango:Monoid Nerd Font 9
|
||||
status_command ~/.cargo/bin/i3status-rs ~/.config/i3/i3status-rs.toml
|
||||
mode dock
|
||||
modifier Mod4
|
||||
tray_padding 0
|
||||
tray_output primary
|
||||
font pango:Mensch 10
|
||||
|
||||
colors {
|
||||
separator #268bd2
|
||||
|
||||
Reference in New Issue
Block a user