dotfiles/config/waybar/style.css

46 lines
591 B
CSS
Raw Normal View History

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