[waybar] some space saving
This commit is contained in:
parent
b2afecd9b3
commit
9a060b34cb
@ -18,6 +18,9 @@ tooltip {
|
|||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #4771c9;
|
border-color: #4771c9;
|
||||||
|
font-family: "Ubuntu Light 12";
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
@ -95,14 +98,15 @@ tooltip {
|
|||||||
#network,
|
#network,
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
border-radius: 0px 0px 0px 0px;
|
border-radius: 0px 0px 0px 0px;
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
margin-right: -3px;
|
margin-right: -3px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
border-radius: 10px 0px 0px 10px;
|
border-radius: 10px 0px 0px 10px;
|
||||||
font-size: 18px;
|
font-family: "Ubuntu Light 12";
|
||||||
|
font-size: 12px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user