exchanged fira code for iosevka
This commit is contained in:
parent
326ca451dc
commit
ba6a320dff
2 changed files with 6 additions and 6 deletions
|
@ -86,7 +86,7 @@ font:
|
||||||
# - (macOS) Menlo
|
# - (macOS) Menlo
|
||||||
# - (Linux) monospace
|
# - (Linux) monospace
|
||||||
# - (Windows) Consolas
|
# - (Windows) Consolas
|
||||||
family: Fira Code
|
family: Iosevka
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Regular
|
#style: Regular
|
||||||
|
@ -97,7 +97,7 @@ font:
|
||||||
#
|
#
|
||||||
# If the bold family is not specified, it will fall back to the
|
# If the bold family is not specified, it will fall back to the
|
||||||
# value specified for the normal font.
|
# value specified for the normal font.
|
||||||
family: Fira Code
|
family: Iosevka
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Bold
|
#style: Bold
|
||||||
|
@ -108,18 +108,18 @@ font:
|
||||||
#
|
#
|
||||||
# If the italic family is not specified, it will fall back to the
|
# If the italic family is not specified, it will fall back to the
|
||||||
# value specified for the normal font.
|
# value specified for the normal font.
|
||||||
family: Fira Code
|
family: Iosevka
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Italic
|
#style: Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 9.0
|
size: 13.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
# 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 spacing.
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||||
offset:
|
offset:
|
||||||
x: -2
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
|
|
||||||
# Glyph offset determines the locations of the glyphs within their cells with
|
# Glyph offset determines the locations of the glyphs within their cells with
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
,i3status,"is the status bar for i3."
|
,i3status,"is the status bar for i3."
|
||||||
,i3lock,"is the i3 screen lock provider."
|
,i3lock,"is the i3 screen lock provider."
|
||||||
A,j4-dmenu-desktop,"is a faster dmenu replacement, the application launcher of the i3 suite."
|
A,j4-dmenu-desktop,"is a faster dmenu replacement, the application launcher of the i3 suite."
|
||||||
A,nerd-fonts-fira-code,"is the mono-space font of choice, patched with embedded icon symbols."
|
A,nerd-fonts-iosevka,"is the mono-space font of choice, patched with embedded icon symbols."
|
||||||
,alacritty,"is an efficient, unicode compatible terminal emulator."
|
,alacritty,"is an efficient, unicode compatible terminal emulator."
|
||||||
,qutebrowser,"is a keyboard focused browser with vim-keys enabled."
|
,qutebrowser,"is a keyboard focused browser with vim-keys enabled."
|
||||||
|
|
|
Loading…
Reference in a new issue