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