waybar style
This commit is contained in:
parent
8066ebfd35
commit
14c9c448e3
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
|
background: linear-gradient(to top, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0) 80%);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
@ -47,10 +47,8 @@ window#waybar.hidden {
|
|||||||
#custom-userhost,
|
#custom-userhost,
|
||||||
#custom-battery,
|
#custom-battery,
|
||||||
#custom-time {
|
#custom-time {
|
||||||
padding: 0 12px;
|
padding: 0 6px;
|
||||||
margin: 0 2px;
|
margin: 0 1px;
|
||||||
background: rgba(255, 255, 255, 0.05);
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-wireless {
|
#custom-wireless {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user