Reduce font size

This commit is contained in:
John Mertz 2023-01-03 13:09:49 -05:00
parent 1260fc96ad
commit e4d53db488
1 changed files with 20 additions and 13 deletions

View File

@ -41,19 +41,19 @@
* {
font-family: "Anonymous Pro", "Font Awesome 5 Brands", "Font Awesome 5 Free", Monospace;
font-size: 20px;
font-size: 14px;
min-height: 0;
}
window#waybar.window {
font-size: 20px;
font-size: 14px;
}
window#waybar {
margin: -5px;
border-radius: 30px;
border: solid 2px @fg;
font-size: 20px;
font-size: 14px;
background-color: @bg;
animation-name: fadeIn;
animation-duration: 1s;
@ -116,6 +116,7 @@ window#waybar {
#window {
color: @fg;
font-size: 16px;
}
/* MPD */
@ -124,17 +125,22 @@ window#waybar {
color: @bg;
}
#custom-weather {
font-size: 14px;
margin-top: -5px;
}
/* Networks */
#network {
color: @blue;
font-size: 24px;
margin-right: -4px;
font-size: 16px;
margin-right: -2px;
}
#network.wireguard {
padding: 0px;
margin-right: 4px;
margin-right: 2px;
}
#network.disconnected {
@ -223,25 +229,26 @@ window#waybar {
/* Tray */
#tray {
margin-right: 3px;
font-size: 14px;
}
/* Todo-txt */
#custom-todo {
font-size: 40px;
margin-top: -13px;
font-size: 30px;
margin-top: -11px;
margin-bottom: -9px;
margin-left: -8px;
margin-right: -6px;
margin-left: -2px;
margin-right: -2px;
}
/* On-Screen Keyboard */
#custom-osk {
font-size: 40px;
margin-top: -13px;
font-size: 30px;
margin-top: -12px;
margin-bottom: -15px;
margin-right: 2px;
}
#custom-osk.activated {