alacritty/waybar: decrease font size
This commit is contained in:
parent
7d4b8f4f7a
commit
faaf5807d5
@ -7,15 +7,10 @@ draw_bold_text_with_bright_colors = false
|
|||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 10.5
|
size = 9
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "Fira Code Nerd Font"
|
family = "Fira Code Nerd Font"
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "Fira Code Nerd Font"
|
family = "Fira Code Nerd Font"
|
||||||
|
|
||||||
[keyboard]
|
|
||||||
bindings = [
|
|
||||||
{ key = ";", mods = "Control", chars = "\u001bOR" }
|
|
||||||
]
|
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: Fira Code Nerd Font;
|
font-family: Fira Code Nerd Font;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
padding: 0 1rem;
|
padding: 0 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
@ -20,6 +20,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
padding: 0 1rem;
|
padding: 0 0.5rem;
|
||||||
border-bottom: 3px solid transparent;
|
border-bottom: 3px solid transparent;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user