Centre tray icons

This commit is contained in:
John Mertz 2022-08-23 13:56:33 -06:00
parent 6ec9d8fc4a
commit d9f20e07f8
1 changed files with 15 additions and 4 deletions

View File

@ -230,15 +230,25 @@ window#waybar {
/* Todo-txt */ /* Todo-txt */
#custom-todo { #custom-todo {
color: @fg; font-size: 40px;
color: @bluehi; margin-top: -13px;
margin-bottom: -10px;
margin-left: -8px;
margin-right: -8px;
}
/* Package upgrades */
#custom-pkg {
margin-bottom: -3px;
} }
/* On-Screen Keyboard */ /* On-Screen Keyboard */
#custom-osk { #custom-osk {
color: @fg; font-size: 50px;
color: @bluehi; margin-top: -13px;
margin-bottom: -15px;
} }
/* Idle Inhibitor */ /* Idle Inhibitor */
@ -252,6 +262,7 @@ window#waybar {
#custom-power { #custom-power {
margin-right: 15px; margin-right: 15px;
margin-top: 8px;
color: @red; color: @red;
} }