diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..c5bfe62 --- /dev/null +++ b/.config/alacritty/alacritty.toml @@ -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" + diff --git a/.config/i3/config b/.config/i3/config index f59af9a..9558089 100755 --- a/.config/i3/config +++ b/.config/i3/config @@ -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