alacritty/waybar: decrease font size

This commit is contained in:
Łukasz Pankowski 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" }
]

View File

@ -2,11 +2,11 @@
* {
font-family: Fira Code Nerd Font;
font-size: 14px;
font-size: 12px;
}
#workspaces {
padding: 0 1rem;
padding: 0 0.5rem;
}
#workspaces button {
@ -20,6 +20,6 @@
}
#clock {
padding: 0 1rem;
padding: 0 0.5rem;
border-bottom: 3px solid transparent;
}