50 lines
864 B
CSS
50 lines
864 B
CSS
* {
|
|
margin: 0px;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
font-family: sans-serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
window#waybar{
|
|
border-radius: 20px 20px 20px 20px;
|
|
background: CornflowerBlue;
|
|
color: white;
|
|
}
|
|
|
|
#workspaces button{
|
|
border-radius: 20px 20px 20px 20px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
#clock {
|
|
margin-right: 10px;
|
|
border-radius: 20px 20px 20px 20px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
#image {
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: white;
|
|
border-radius: 20px 20px 20px 20px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
.modules-center{
|
|
border-radius: 20px 20px 20px 20px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
background-color: white;
|
|
color: black;
|
|
}
|