better monitor configuration syntax (using monitorv2), fixed icons alignment in waybar and swaync, and multiple other minor changes
This commit is contained in:
parent
fad4736225
commit
6f0fe77ed5
11 changed files with 78 additions and 23 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
* {
|
||||
font-size: 17px;
|
||||
font-family: "JetBrainsMono Nerd Font,JetBrainsMono NF";
|
||||
font-family: "JetBrainsMono Nerd Font Propo";
|
||||
min-width: 8px;
|
||||
min-height: 0px;
|
||||
border: none;
|
||||
|
|
@ -86,7 +86,7 @@ tooltip label {
|
|||
border-radius: 0.15em;
|
||||
margin: 2px 1px 3px 1px;
|
||||
background: alpha(darker(@active), 0.25);
|
||||
border: 1px solid alpha(darker(@active), 0.1);
|
||||
border: 1px solid alpha(darker(@active), 0.0);
|
||||
}
|
||||
|
||||
/* Override specific parameters*/
|
||||
|
|
@ -177,18 +177,15 @@ tooltip label {
|
|||
}
|
||||
|
||||
#network.wifi {
|
||||
padding-right: 5px;
|
||||
margin: 2px 0px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
padding-right: 5px;
|
||||
margin: 2px 0px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#network.ethernet {
|
||||
padding-right: 3px;
|
||||
margin: 2px 0px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#submap {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue