dotfiles/dot_config/waybar/style.css

14 lines
242 B
CSS

* {
border: none;
border-radius: 0;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
min-height: 0;
}
window#waybar {
background: #11151a;
color: white;
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
}