2025-06-29 21:22:43 +03:30
|
|
|
* {
|
2025-08-07 22:12:32 +03:30
|
|
|
font-family: "Departure Mono";
|
|
|
|
font-size: 19px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
2025-08-10 11:30:42 +03:30
|
|
|
box-shadow: none;
|
2025-08-07 22:12:32 +03:30
|
|
|
background: #000000;
|
|
|
|
color: #ffffff;
|
2025-06-29 21:22:43 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
2025-08-07 22:12:32 +03:30
|
|
|
background: #000000;
|
|
|
|
color: #ffffff;
|
2025-06-29 21:22:43 +03:30
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button {
|
2025-08-07 22:12:32 +03:30
|
|
|
background: #000000;
|
|
|
|
color: #888888;
|
|
|
|
padding: 0 4px;
|
|
|
|
margin: 0 1px;
|
2025-08-07 23:00:57 +03:30
|
|
|
}
|
|
|
|
|
2025-08-02 11:43:36 +03:30
|
|
|
#workspaces button.focused {
|
2025-08-07 22:12:32 +03:30
|
|
|
color: #ffffff;
|
|
|
|
font-weight: bold;
|
2025-08-07 23:00:57 +03:30
|
|
|
}
|
|
|
|
|
2025-08-07 22:12:32 +03:30
|
|
|
#sway-layout {
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-right: 8px;
|
|
|
|
min-width: 20px;
|
2025-08-02 11:43:36 +03:30
|
|
|
}
|
|
|
|
|
2025-08-07 22:12:32 +03:30
|
|
|
#sway-window {
|
2025-08-10 11:30:42 +03:30
|
|
|
font-style: italic;
|
|
|
|
color: #cccccc;
|
2025-08-02 11:43:36 +03:30
|
|
|
}
|
|
|
|
|
2025-08-07 22:12:32 +03:30
|
|
|
#custom-dwmstatus {
|
|
|
|
margin-right: 10px;
|
2025-06-29 21:22:43 +03:30
|
|
|
}
|
2025-08-10 11:30:42 +03:30
|
|
|
|