23 lines
377 B
CSS
23 lines
377 B
CSS
* {
|
|
font-family: "JetBrainsMono Nerd Font", sans-serif;
|
|
font-weight: 700;
|
|
min-height: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: transparent;
|
|
color: #cdd6f4;
|
|
}
|
|
|
|
window#waybar label.module,
|
|
#workspaces button.active {
|
|
box-shadow: inset 0 -1px #ffffff;
|
|
}
|
|
|
|
#mpris.paused {
|
|
color: #888888;
|
|
} |