43 lines
575 B
CSS
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;
|
|
}
|
|
|