waybar: decrease margins of window
now right and left margin match one top and bottom margins. can't for some reason remove the top margin using css
This commit is contained in:
parent
c32da0f224
commit
0cd2b2bd00
2 changed files with 9 additions and 8 deletions
|
|
@ -31,11 +31,10 @@ window#waybar.solo {
|
|||
}
|
||||
*/
|
||||
|
||||
button {
|
||||
/* Avoid rounded borders under each button name */
|
||||
/*button {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
}*/
|
||||
|
||||
#workspaces {
|
||||
background-color: @background;
|
||||
|
|
@ -50,19 +49,20 @@ button {
|
|||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @on_primary;
|
||||
background-color: @on_primary_container;
|
||||
color: @on_primary_container;
|
||||
background-color: @primary_container;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
color: @on_primary;
|
||||
background: @on_primary_container;
|
||||
}
|
||||
border: 0px solid black;
|
||||
}/*
|
||||
|
||||
#workspaces button.urgent {
|
||||
color: @error;
|
||||
background-color: @error_container;
|
||||
}
|
||||
}*/
|
||||
|
||||
#clock,
|
||||
#battery,
|
||||
|
|
@ -101,6 +101,7 @@ button {
|
|||
border-top-left-radius: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
|
||||
border-left: none;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue