51 lines
711 B
CSS
51 lines
711 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 11px;
|
|
}
|
|
|
|
window#waybar {
|
|
background: #fbf1c7;
|
|
color: #3c3836;
|
|
}
|
|
|
|
#custom-logo {
|
|
font-size: 18px;
|
|
margin: 0;
|
|
margin-left: 7px;
|
|
margin-right: 12px;
|
|
padding: 0;
|
|
font-family: NotoSans Nerd Font Mono;
|
|
}
|
|
|
|
#workspaces button {
|
|
margin-left: 2px;
|
|
margin-right: 10px;
|
|
color: #3c3836;
|
|
}
|
|
|
|
#workspaces button:hover,
|
|
#workspaces button:active {
|
|
background-color: #fbf1c7;
|
|
color: #3c3836;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
background-color: #383737;
|
|
}
|
|
|
|
#language {
|
|
margin-right: 7px;
|
|
}
|
|
|
|
#battery {
|
|
margin-left: 7px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
#clock {
|
|
margin: 0px 6px;
|
|
}
|