blob: f06d55725de35049e46d2c6b6f7323662ed3bd61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
* {
font-family: Material Design Icons, Rubik Medium;
font-size: 14px;
color: #6e6a86;
}
window#waybar {
border-radius: 10px;
background: #1f1d2e;
opacity: 0.7;
border: 3px solid #363a4f;
}
#battery {
margin-right: 6px;
}
#workspaces button label {
font-size: 15px;
transition: all 100ms ease-out;
}
#workspaces button.active label {
font-weight: bolder;
color: #908caa;
transition: all 100ms ease-out;
}
|