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 {
|
window#waybar {
|
||||||
/* background: black;
|
|
||||||
border: none;
|
|
||||||
box-shadow: none; */
|
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: 0.5s;
|
transition-duration: 0.5s;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
@ -42,7 +39,7 @@ window#waybar.chromium {
|
||||||
.modules-center,
|
.modules-center,
|
||||||
.modules-right {
|
.modules-right {
|
||||||
border: 0px solid #fff;
|
border: 0px solid #fff;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 4px;
|
||||||
background-clip: content-box, padding-box;
|
background-clip: content-box, padding-box;
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(90deg, @base01, @base01),
|
linear-gradient(90deg, @base01, @base01),
|
||||||
|
|
@ -52,13 +49,17 @@ window#waybar.chromium {
|
||||||
.modules-center,
|
.modules-center,
|
||||||
.modules-left {
|
.modules-left {
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
padding-right: 5px;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-center,
|
.modules-center,
|
||||||
.modules-right {
|
.modules-right {
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
padding-left: 5px;
|
padding-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
widget {
|
||||||
|
margin: 0px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces,
|
#workspaces,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue