blob: c88b6e7633b9cac72e09a4594a3e0a53a879736d (
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
28
29
30
31
32
33
34
35
36
37
38
39
|
* {
font-family: JetBrainsMono Nerd Font;
font-size: 11pt;
}
window#waybar {
background: #eff0f2;
color: #4a4b4e;
}
.topbar {
border-bottom: 1px solid #e2e4e1;
}
#mode,
#window,
#network,
#pulseaudio,
#battery,
#clock,
#temperature {
padding: 2px 10px;
margin: 0;
}
#workspaces button,
#workspaces button:hover,
#workspaces button.focused,
#workspaces button.urgent {
box-shadow: none;
border-radius: 0;
padding: 0 5px;
font-weight: normal;
}
#workspaces button.focused {
background: #e2e4e1;
}
|