Centre tray icons
This commit is contained in:
parent
6ec9d8fc4a
commit
d9f20e07f8
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue