35 lines
479 B
CSS
35 lines
479 B
CSS
* {
|
|
min-height: 0;
|
|
min-width: 0;
|
|
font-family: "ShureTechMono Nerd Font";
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: transparent;
|
|
}
|
|
|
|
#workspaces,
|
|
#custom-media,
|
|
#clock,
|
|
#pulseaudio,
|
|
#mode,
|
|
#tray
|
|
{
|
|
padding: 0.5em 1.25em;
|
|
background-color: #16191C;
|
|
border: 1px solid #252A2E;
|
|
color: #A3AAAF;
|
|
}
|
|
|
|
#workspaces button,
|
|
#mode {
|
|
color: #50555A;
|
|
font-weight: 400;
|
|
}
|
|
|
|
#workspaces button.visible {
|
|
color: #A3AAAF;
|
|
font-weight: 600;
|
|
}
|