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"
|
||||
|
||||
[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" }
|
||||
]
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user