system-from-scratch/roles/desktop/files/waybar.css

44 lines
569 B
CSS
Raw Normal View History

* {
border: none;
border-radius: 0;
font-family: JetBrains Mono;
font-size: 13px;
min-height: 0;
}
window#waybar {
background: rgba(43, 48, 59, 0.5);
color: white;
padding: 0;
}
tooltip {
background: rgba(43, 48, 59, 0.5);
border: 1px solid rgba(100, 114, 125, 0.5);
}
tooltip label {
color: white;
}
#workspaces button {
background: transparent;
color: white;
}
#workspaces button.focused,
#mode {
background: #64727D;
}
#workspaces button,
#mode,
#clock,
#battery,
#pulseaudio,
#network,
#backlight,
#language {
padding: 0 12px;
}