-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
171 lines (141 loc) · 2.54 KB
/
style.css
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
/* Don't edit this file, modify styleoptions.css if you want to change color */
* {
border: none;
font-family: FantasqueSansM Nerd Font Mono;
font-size: 14px;
}
#leftside,
#centerbottom {
background-color: @bg-color;
border-radius: 18px;
margin: 4px 4px 4px 4px;
}
#custom-poweroff,
#custom-sleep,
#custom-exit {
font-size: 30px;
padding: 0px 6px 0px 6px;
}
#user label {
font-size: 18px;
padding: 0px 6px 0px 6px;
}
#rightside {
background-color: @bg-color;
border-radius: 18px;
margin: 4px 8px 4px 4px;
color: @fg-color;
}
#traygroup {
background-color: @tray-bg-color;
border-radius: 0px 18px 18px 0px;
color: @tray-fg-color;
padding-right: 16px;
}
#traygroup.generic {
margin-left: 8px;
}
#custom-timeprefix,
#custom-cpuprefix,
#custom-dateprefix,
#custom-memoryprefix,
#network.statusprefix,
#mpris.prefix,
#network.dnlprefix,
#custom-cc,
#network.uplprefix {
font-family: FantasqueSansM Nerd Font Mono;
font-size: 26px;
padding-right: 7px;
}
#battery.prefix {
padding-right: 7px;
}
#mpris.prefix {
padding-left: 3px;
}
#pulseaudio {
font-size: 14px;
}
#custom-trayright {
padding-right: 4px;
}
window {
/* background: @fg-color; */
background: rgba(30, 30, 46, 0);
color: @fg-color;
}
#window {
margin: 4px 0px 4px 0px;
}
#window,
#clock.centered {
border-radius: 18px;
/*background: @bg-color;*/
background: @bg-color;
padding: 3px;
font-weight: Bold;
margin: 4px 4px 4px 4px;
}
#tray {
padding: 0px 0px 0px 6px;
}
window#waybar.empty #window,
window#waybar.solo #window {
background: transparent;
}
window#waybar.floating,
window#waybar.tiled {
background: transparent;
}
/* dynamic color for some apps */
#mpris,
#mode {
color: @fg-color;
}
#mpris.suffix {
border-radius: 0px 18px 18px 0px;
padding-right: 4px;
}
#custom-barpadding {
font-size: 0px;
color: transparent;
}
#workspaces,
#custom-app {
all: initial;
padding: 3px;
color: @fg-color;
}
#mode {
border-radius: 18px;
padding: 0px 6px;
margin-left: 3px;
}
#custom-app {
font-family: FantasqueSansM Nerd Font;
font-size: 14px;
}
#workspaces button {
all: initial;
padding: 0px 9px 0px 8px;
background: transparent;
border-radius: 18px;
color: @fg-color;
}
#workspaces button.focused,
#workspaces button.active,
#workspaces button.visible,
#workspaces button.empty {
background: @selected-bg-color;
color: @selected-fg-color;
}
#clock {
padding: 0 8px 0 0;
}
#network.uplprefix,
#mpris.prefix,
#network.cpuprefixoff {
border-radius: 18px 0px 0px 18px;
}
@import url("styleoptions.css");