dotfiles/config/waybar/style.css

46 lines
No EOL
591 B
CSS

* {
font-size: 18px;
font-family: Inter;
font-weight: bold;
border-radius: 0;
}
window#waybar {
background: #047857;
color: #ffffff;
}
button, button:hover {
background: inherit;
box-shadow: none;
border: none;
}
#sway-mode {
background-color: #6EE7B7;
}
widget label {
padding: 0px 20px;
}
#workspaces label {
padding: 0px 0px;
}
#workspaces button {
color: #ffffff;
font-size: 20px;
font-style: italic;
}
#workspaces button.focused {
background: #064E3B;
color: #ffffff;
}
#workspaces button:hover {
background: #064E3B;
}
#clock {
background: #064E3B;
}