alacritty/waybar: decrease font size

This commit is contained in:
2024-06-25 19:13:18 +02:00
parent 7d4b8f4f7a
commit faaf5807d5
2 changed files with 4 additions and 9 deletions

View File

@ -7,15 +7,10 @@ draw_bold_text_with_bright_colors = false
TERM = "xterm-256color"
[font]
size = 10.5
size = 9
[font.bold]
family = "Fira Code Nerd Font"
[font.normal]
family = "Fira Code Nerd Font"
[keyboard]
bindings = [
{ key = ";", mods = "Control", chars = "\u001bOR" }
]