waybar: smaller border
This commit is contained in:
parent
35c1d07e49
commit
9efeb49b13
1 changed files with 7 additions and 6 deletions
|
|
@ -17,9 +17,6 @@
|
|||
}
|
||||
|
||||
window#waybar {
|
||||
/* background: black;
|
||||
border: none;
|
||||
box-shadow: none; */
|
||||
transition-property: background-color;
|
||||
transition-duration: 0.5s;
|
||||
background: transparent;
|
||||
|
|
@ -42,7 +39,7 @@ window#waybar.chromium {
|
|||
.modules-center,
|
||||
.modules-right {
|
||||
border: 0px solid #fff;
|
||||
padding-bottom: 5px;
|
||||
padding-bottom: 4px;
|
||||
background-clip: content-box, padding-box;
|
||||
background-image:
|
||||
linear-gradient(90deg, @base01, @base01),
|
||||
|
|
@ -52,13 +49,17 @@ window#waybar.chromium {
|
|||
.modules-center,
|
||||
.modules-left {
|
||||
border-bottom-right-radius: 15px;
|
||||
padding-right: 5px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.modules-center,
|
||||
.modules-right {
|
||||
border-bottom-left-radius: 15px;
|
||||
padding-left: 5px;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
widget {
|
||||
margin: 0px 4px;
|
||||
}
|
||||
|
||||
#workspaces,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue