chore(config): use cascadia code to look good on my bad laptop
parent
9c6922b758
commit
0be237bf6a
|
@ -3,15 +3,11 @@ import:
|
||||||
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: Fira Code
|
family: Cascadia Code
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|
||||||
bold:
|
bold:
|
||||||
family: Fira Code
|
family: Cascadia Code
|
||||||
style: Bold
|
style: Bold
|
||||||
|
|
||||||
italic:
|
|
||||||
family: Fira Code
|
|
||||||
style: Italic
|
|
||||||
|
|
||||||
size: 12
|
size: 12
|
||||||
|
|
|
@ -4,7 +4,7 @@ set $mod Mod4
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# 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
|
# 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.
|
# they are included here as an example. Modify as you see fit.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
configuration {
|
configuration {
|
||||||
font: "Fira Code 12";
|
font: "Cascadia Code 12";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue