blob: e6048ff746286baec5d8560b5cc612ab0bea24a1 (
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
40
41
42
43
44
45
46
47
|
* {
border: none;
border-radius: 0;
font-family: LiterationMono Nerd Font Propo;
font-weight: normal;
font-size: 14px;
min-height: 0;
}
#waybar {
color: #EBDBB2;
background: #282828;
}
tooltip {
background: rgba(0,0,0,0.2);
}
#workspaces {
margin-left: 1px;
}
#workspaces button {
color: #a89984;
}
#workspaces button.active {
color: #EBDBB2;
background: #282828;
}
#window {
color: #EBDBB2;
margin-left: 15px;
}
#custom-nettraf {
min-width: 120px;
}
#custom-internet {
margin-right: 5px;
}
#tray {
margin-right: 15px;
}
|