dotfiles/config/waybar/style-gruvbox.css

47 lines
594 B
CSS

* {
font-size: 18px;
font-family: Inter;
font-weight: bold;
border-radius: 0;
}
window#waybar {
background: #282828;
color: #ebdbb2;
}
#sway-mode {
background-color: #1d2021;
}
widget label {
padding: 0px 20px;
}
#workspaces label {
padding: 0px 0px;
}
#workspaces button {
color: #ebdbb2;
font-size: 20px;
font-style: italic;
}
#workspaces button.focused {
background: #458588;
color: #282828;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
background: #888888;
}
#clock {
color: #282828;
background: #689d6a;
}