27 lines
425 B
Django/Jinja
27 lines
425 B
Django/Jinja
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: monospace;
|
|
font-size: 14px;
|
|
}
|
|
|
|
window#waybar {
|
|
background: rgba(43, 48, 59, 0.5);
|
|
color: #ffffff;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 5px;
|
|
background: transparent;
|
|
color: #ffffff;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
background: #64727D;
|
|
border-bottom: 3px solid #ffffff;
|
|
}
|
|
|
|
#clock, #cpu, #memory, #network, #tray {
|
|
padding: 0 10px;
|
|
}
|