nerd font :)
This commit is contained in:
parent
a3a804f7ad
commit
5c677b0b0d
12
.config/alacritty/alacritty.toml
Normal file
12
.config/alacritty/alacritty.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[cursor]
|
||||
style = "Block"
|
||||
unfocused_hollow = false
|
||||
|
||||
[font.bold]
|
||||
family = "CaskaydiaCove Nerd Font"
|
||||
style = "Bold"
|
||||
|
||||
[font.normal]
|
||||
family = "CaskaydiaCove Nerd Font"
|
||||
style = "Regular"
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# is used in the bar {} block below.
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
font pango: Noto Sans Regular 10
|
||||
font xft: CaskaydiaCove Nerd Font 10
|
||||
|
||||
# set the mod key to the winkey:
|
||||
set $mod Mod4
|
||||
@ -317,7 +317,7 @@ client.urgent $urgentred $urgentred $white $yellowbrown $yellowbrown
|
||||
# Start i3bar to display a workspace bar
|
||||
# (plus the system information i3status finds out, if available)
|
||||
bar {
|
||||
font pango: Noto Sans Regular 10
|
||||
font xft: CaskaydiaCove Nerd Font 10
|
||||
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
||||
position bottom
|
||||
# i3bar_command i3bar --transparency
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user