pinwheel: Update font in foot

- Use JetBrainsMono Mono
- Set font size to 15
This commit is contained in:
Alexander Heldt
2023-11-16 09:14:06 +01:00
parent 5b6fcbe961
commit ff8600dd0f

View File

@@ -19,7 +19,7 @@ in
settings = { settings = {
main = { main = {
term = "xterm-256color"; term = "xterm-256color";
font = "JetBrainsMono Nerd Font Mono:size=14"; font = "JetBrainsMono Nerd Font:size=15";
}; };
}; };
}; };