blob: 31eacf0a12e7451f90330c02e11d30284d6d4033 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
* {
border: none;
border-radius: 0;
font-family: monospace;
font-size: 14px;
min-height: 16px;
}
window#waybar, #workspaces button.active {
background-color: #4c566a;
}
#workspaces button, #custom-layout, #custom-status {
background-color: #2e3440;
}
#workspaces button {
padding: 0 2px;
margin: 0;
}
|