Standardize sizes and alignments

This commit is contained in:
John Mertz 2024-02-08 16:53:59 -07:00
parent d3db3eaf3d
commit a3865af57f
1 changed files with 23 additions and 15 deletions

View File

@ -65,6 +65,14 @@ window#waybar {
/* Tray */
#network, #custom-wallpaper, #custom-todo, #custom-osk {
font-size: 22px;
margin-top: -8px;
margin-bottom: -8px;
margin-left: 2px;
margin-right: 2px;
}
#tray, #custom-wallpaper, #custom-todo, #custom-osk, #custom-pkg, #custom-bar, #custom-gammastep, #idle_inhibitor, #custom-clock, #custom-power {
color: @bluehi;
}
@ -119,19 +127,26 @@ window#waybar {
#network {
color: @blue;
margin-right: -2px;
margin-top: -2px;
margin-right: 8px;
margin-top: -9px;
margin-bottom: -9px;
}
#network.wireguard {
padding-left: 0px;
margin-top: -3px;
margin-left: -3px;
margin-right: 0px;
}
#network.disconnected {
color: @red;
margin-top: -3px;
margin-right: -4px;
}
#network.wifi {
margin-top: -9px;
margin-right: 0px;
}
/* CPU */
@ -169,6 +184,8 @@ window#waybar {
/* Backlight */
#backlight {
margin-left: 5px;
margin-right: 2px;
color: @fg;
color: @greenhi;
}
@ -213,33 +230,24 @@ window#waybar {
/* Tray */
#tray {
margin-right: -2px;
margin-right: -4px;
}
/* Wallpaper rotation */
#custom-wallpaper {
margin: -10px -4px -5px -4px;
font-size: 20px;
margin-left: -4px;
margin-top: -10px;
}
/* Todo-txt */
#custom-todo {
font-size: 30px;
margin-top: -11px;
margin-bottom: -9px;
margin-left: -2px;
margin-right: -2px;
}
/* On-Screen Keyboard */
#custom-osk {
font-size: 30px;
margin-top: -12px;
margin-bottom: -15px;
margin-right: 2px;
}
#custom-osk.activated {