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