62 lines
889 B
CSS
62 lines
889 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: 14pt;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: #383C4A;
|
|
color: #D3DAE3;
|
|
}
|
|
|
|
#clock,
|
|
#disk,
|
|
#pulseaudio,
|
|
#battery,
|
|
#tray,
|
|
#workspaces {
|
|
padding: 0 10px;
|
|
background: #2f343f;
|
|
}
|
|
|
|
#custom-right-arrow-dark,
|
|
#custom-left-arrow-dark {
|
|
color: #2f343f;
|
|
}
|
|
|
|
#custom-right-arrow-light,
|
|
#custom-left-arrow-light {
|
|
color: #383C4A;
|
|
background: #2f343f;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 5px;
|
|
background: #2f343f;
|
|
color: #D3DAE3;
|
|
border: none;
|
|
}
|
|
|
|
#workspaces button.visible {
|
|
color: #FFFFFF;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#workspaces button.urgent {
|
|
color: #F27835;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
box-shadow: inherit;
|
|
text-shadow: inherit;
|
|
}
|
|
|
|
#battery.warning {
|
|
color: #F27835;
|
|
}
|
|
|
|
#battery.critical {
|
|
color: #FC4138;
|
|
}
|