21 lines
361 B
CSS
21 lines
361 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
min-height: 30px;
|
|
}
|
|
|
|
window#waybar {
|
|
background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0));
|
|
color: #ffffff;
|
|
}
|
|
#clock,
|
|
#battery,
|
|
#network{
|
|
padding: 0 10px;
|
|
margin: 0 4px;
|
|
color: #ffffff;
|
|
}
|