dotfiles/config/waybar/style.css
2025-08-10 11:30:42 +03:30

43 lines
575 B
CSS

* {
font-family: "Departure Mono";
font-size: 19px;
padding: 0;
margin: 0;
border: none;
box-shadow: none;
background: #000000;
color: #ffffff;
}
window#waybar {
background: #000000;
color: #ffffff;
}
#workspaces button {
background: #000000;
color: #888888;
padding: 0 4px;
margin: 0 1px;
}
#workspaces button.focused {
color: #ffffff;
font-weight: bold;
}
#sway-layout {
margin-left: 8px;
margin-right: 8px;
min-width: 20px;
}
#sway-window {
font-style: italic;
color: #cccccc;
}
#custom-dwmstatus {
margin-right: 10px;
}