Shrink bar height a bit

This commit is contained in:
John Mertz 2022-09-05 12:34:15 -06:00
parent 36b36b4fee
commit 2d21f8e66f
1 changed files with 7 additions and 6 deletions

View File

@ -40,18 +40,19 @@
* {
font-family: "Anonymous Pro", "Font Awesome 5 Brands", "Font Awesome 5 Free", Monospace;
font-size: 24px;
font-size: 20px;
min-height: 0;
}
window#waybar.window {
font-size: 12px;
font-size: 20px;
}
window#waybar {
margin: -5px;
border-radius: 30px;
border: solid 2px @fg;
font-size: 12px;
font-size: 20px;
background-color: @bg;
animation-name: fadeIn;
animation-duration: 1s;
@ -76,7 +77,7 @@ window#waybar {
}
#window {
padding: 10px;
padding: 5px;
}
/* Workspaces */
@ -222,7 +223,7 @@ window#waybar {
/* Todo-txt */
#custom-todo {
font-size: 40px;
font-size: 20px;
margin-top: -13px;
margin-bottom: -10px;
margin-left: -8px;
@ -232,7 +233,7 @@ window#waybar {
/* On-Screen Keyboard */
#custom-osk {
font-size: 50px;
font-size: 30px;
margin-top: -13px;
margin-bottom: -15px;
}