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