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