chore(config): use cascadia code to look good on my bad laptop

main
Tran Hau 2021-04-03 23:22:29 +07:00
parent 9c6922b758
commit 0be237bf6a
3 changed files with 5 additions and 9 deletions

View File

@ -3,15 +3,11 @@ import:
font:
normal:
family: Fira Code
family: Cascadia Code
style: Regular
bold:
family: Fira Code
family: Cascadia Code
style: Bold
italic:
family: Fira Code
style: Italic
size: 12

View File

@ -4,7 +4,7 @@ set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
font pango:Fira Code 12
font pango:Cascadia Code 12
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
# they are included here as an example. Modify as you see fit.
@ -156,6 +156,6 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
position top
position top
status_command i3status
}

View File

@ -1,3 +1,3 @@
configuration {
font: "Fira Code 12";
font: "Cascadia Code 12";
}