Dere64 commited on
Commit
c4486a5
Β·
verified Β·
1 Parent(s): f8113e0

Upload modules.ini

Browse files
Files changed (1) hide show
  1. modules.ini +360 -0
modules.ini ADDED
@@ -0,0 +1,360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ;==========================================================
2
+ [module/rofi]
3
+ type=custom/text
4
+ content="σ°‹œ"
5
+ content-padding=3
6
+ click-left= exec rofi -show drun -disable-history -show-icons
7
+ click-right= exec ~/.config/custom_scripts/power.sh
8
+ content-foreground=${gruvbox.orange}
9
+ content-background=${gruvbox.black}
10
+
11
+ ;==========================================================
12
+ [module/ss]
13
+ type=custom/text
14
+ content=" "
15
+ content-foreground=${gruvbox.black}
16
+ content-background=${gruvbox.black}
17
+
18
+ ;==========================================================
19
+ [module/i3]
20
+ type = internal/i3
21
+ enable-scroll = false
22
+ show-urgent = true
23
+ strip-wsnumbers = true
24
+ index-sort = true
25
+ enable-click = true
26
+ fuzzy-match = true
27
+
28
+ ws-icon-0 = 1;ξž•
29
+ ws-icon-1 = 2;󰈹
30
+ ws-icon-2 = 3;
31
+ ws-icon-3 = 4;
32
+ ws-icon-4 = 5;οƒ 
33
+ ws-icon-5 = 6;σ°­›
34
+ ws-icon-6 = 7;󱓷
35
+ ws-icon-7 = 8;σ°š€
36
+
37
+ format = <label-state> <label-mode>
38
+ label-mode = %mode%
39
+ label-mode-padding = 1
40
+ label-mode-background = ${gruvbox.red-alt}
41
+ label-mode-foreground = ${gruvbox.white}
42
+
43
+ label-focused = %icon%
44
+ label-focused-font = 5
45
+ label-focused-foreground = ${gruvbox.yellow}
46
+ label-focused-background= ${gruvbox.black}
47
+ label-focused-padding = 2
48
+
49
+ label-unfocused = %icon%
50
+ label-unfocused-font = 5
51
+ label-unfocused-foreground = ${gruvbox.cream}
52
+ label-unfocused-background= ${gruvbox.black}
53
+ label-unfocused-padding = 2
54
+
55
+ label-visible = %icon%
56
+ label-visible-padding = 2
57
+
58
+ label-urgent = %icon%
59
+ label-urgent-font = 5
60
+ label-urgent-foreground = ${gruvbox.red-alt}
61
+ label-urgent-background= ${gruvbox.black}
62
+ label-urgent-padding = 2
63
+
64
+ label-separator = ""
65
+ label-separator-padding = 0
66
+ label-separator-foreground = ${gruvbox.transparent}
67
+
68
+ ;==========================================================
69
+ [module/xwindow]
70
+ type = internal/xwindow
71
+ format-prefix="  "
72
+ format-prefix-foreground=${gruvbox.yellow-mat}
73
+ format-prefix-background=${gruvbox.black}
74
+
75
+ label = %class%
76
+ label-maxlen=60
77
+ label-foreground = ${gruvbox.cream}
78
+ label-background= ${gruvbox.dark}
79
+ label-padding-left=2
80
+ label-padding-right=2
81
+
82
+ ;==========================================================
83
+ [module/time]
84
+ type = internal/date
85
+ interval = 1
86
+ format-prefix = "  "
87
+ format-prefix-foreground=${gruvbox.aqua}
88
+ format-prefix-background=${gruvbox.black}
89
+
90
+ date = %A %d %b %Y | %H:%M:%S
91
+ label =%date%
92
+ label-foreground = ${gruvbox.cream}
93
+ label-background= ${gruvbox.dark}
94
+ label-padding-left=2
95
+ label-padding-right=2
96
+
97
+ ;==========================================================
98
+ [module/filesystem]
99
+ type = internal/fs
100
+ interval = 2
101
+ mount-0 = /
102
+ format-mounted-prefix = "  "
103
+ format-mounted-prefix-foreground = ${gruvbox.red}
104
+ format-mounted-prefix-background= ${gruvbox.black}
105
+
106
+ label-mounted = %free%
107
+ label-unmounted = %mountpoint% not mounted
108
+ label-mounted-foreground = ${gruvbox.cream}
109
+ label-mounted-background= ${gruvbox.dark}
110
+ label-mounted-padding-left=2
111
+ label-mounted-padding-right=2
112
+
113
+ ;==========================================================
114
+ [module/cpu]
115
+ type = internal/cpu
116
+ interval = 1
117
+ format-prefix = " ο‹› "
118
+ format-prefix-foreground = ${gruvbox.orange-mat}
119
+ format-prefix-background= ${gruvbox.black}
120
+
121
+ label = %percentage%%
122
+ label-foreground = ${gruvbox.cream}
123
+ label-background= ${gruvbox.dark}
124
+ label-padding-left=2
125
+ label-padding-right=2
126
+
127
+ ;==========================================================
128
+ [module/temp]
129
+ type = internal/temperature
130
+ interval = 0.5
131
+ thermal-zone = 0
132
+ hwmon-path = /sys/class/hwmon/hwmon1/temp1_input
133
+ base-temperature = 20
134
+ warn-temperature = 70
135
+ units = true
136
+
137
+ format =<label>
138
+ format-prefix = " ο‹Š "
139
+ format-prefix-foreground= ${gruvbox.yellow-mat}
140
+ format-prefix-background= ${gruvbox.black}
141
+
142
+ label = %temperature-c%
143
+ label-foreground = ${gruvbox.cream}
144
+ label-background= ${gruvbox.dark}
145
+ label-padding-left=2
146
+ label-padding-right=2
147
+
148
+ format-warn-prefix = "  "
149
+ format-warn-prefix-foreground= ${gruvbox.white}
150
+ format-warn-prefix-background= ${gruvbox.red-alt}
151
+
152
+ label-warn = %temperature-c%
153
+ label-warn-foreground = ${gruvbox.white}
154
+ label-warn-background= ${gruvbox.red}
155
+ label-warn-padding-left=2
156
+ label-warn-padding-right=2
157
+
158
+ ;==========================================================
159
+ [module/memory]
160
+ type = internal/memory
161
+ interval = 1
162
+ format-prefix = " ο”Έ "
163
+ format-prefix-foreground = ${gruvbox.blue}
164
+ format-prefix-background= ${gruvbox.black}
165
+
166
+ label = %mb_used%
167
+ label-foreground = ${gruvbox.cream}
168
+ label-background= ${gruvbox.dark}
169
+ label-padding-left=2
170
+ label-padding-right=2
171
+
172
+ ;==========================================================
173
+ [module/pulseaudio]
174
+ type = internal/pulseaudio
175
+ format-volume-prefix = "  "
176
+ format-volume-prefix-foreground = ${gruvbox.blue-alt}
177
+ format-volume-prefix-background= ${gruvbox.black}
178
+ format-volume = <label-volume>
179
+
180
+ label-volume = %percentage%%
181
+ label-volume-foreground= ${gruvbox.cream}
182
+ label-volume-background= ${gruvbox.dark}
183
+ label-volume-padding-left=2
184
+ label-volume-padding-right=2
185
+
186
+ format-muted-prefix = "  "
187
+ format-muted-foreground = ${gruvbox.orange}
188
+ format-muted-background = ${gruvbox.black}
189
+
190
+ label-muted = muted
191
+ label-muted-foreground = ${gruvbox.orange-mat}
192
+ label-muted-background = ${gruvbox.dark}
193
+ label-muted-padding=2
194
+
195
+ ;==========================================================
196
+ [module/tray]
197
+ type=internal/tray
198
+ format = <tray>
199
+ format-prefix = " σ±Š– "
200
+ format-prefix-foreground = ${gruvbox.orange}
201
+ format-prefix-background = ${gruvbox.black}
202
+
203
+ tray-spacing= 8px
204
+ format-padding=5px
205
+ format-background=${gruvbox.black}
206
+ tray-background = ${gruvbox.black}
207
+
208
+ ;==========================================================
209
+
210
+ [module/battery]
211
+ type = internal/battery
212
+ full-at = 99
213
+ low-at = 15
214
+ battery = BAT0
215
+ adapter = ADP1
216
+ poll-interval = 5
217
+ time-format = %H:%M
218
+
219
+ format-charging = <animation-charging><label-charging>
220
+ format-charging-foreground = ${gruvbox.green}
221
+ format-charging-background = ${gruvbox.black}
222
+ label-charging = %percentage%%
223
+ label-charging-foreground = ${gruvbox.cream}
224
+ label-charging-background = ${gruvbox.dark}
225
+ label-charging-padding= 2
226
+
227
+ format-discharging = <ramp-capacity><label-discharging>
228
+ format-discharging-foreground = ${gruvbox.green-alt}
229
+ format-discharging-background = ${gruvbox.black}
230
+ label-discharging = %percentage%%
231
+ label-discharging-foreground = ${gruvbox.cream}
232
+ label-discharging-background = ${gruvbox.dark}
233
+ label-discharging-padding= 2
234
+
235
+ format-full-prefix = "  "
236
+ format-full-foreground = ${gruvbox.aqua}
237
+ format-full-background = ${gruvbox.black}
238
+ label-full = %percentage%%
239
+ label-full-foreground = ${gruvbox.cream}
240
+ label-full-background = ${gruvbox.dark}
241
+ label-full-padding = 2
242
+
243
+ label-low = [ BATTERY LOW ] %percentage%%
244
+ label-low-foreground = ${gruvbox.black}
245
+ label-low-background = ${gruvbox.red-alt}
246
+ label-low-padding = 2
247
+
248
+ ; Only applies if <ramp-capacity> is used
249
+ ramp-capacity-0 = 
250
+ ramp-capacity-1 = 
251
+ ramp-capacity-2 = 
252
+ ramp-capacity-3 = 
253
+ ramp-capacity-4 = 
254
+
255
+ ramp-capacity-0-padding = 3
256
+ ramp-capacity-1-padding = 3
257
+ ramp-capacity-2-padding = 3
258
+ ramp-capacity-3-padding = 3
259
+ ramp-capacity-4-padding = 3
260
+
261
+ ramp-capacity-0-foreground = ${gruvbox.red-alt}
262
+ ramp-capacity-1-foreground = ${gruvbox.green-alt}
263
+ ramp-capacity-2-foreground = ${gruvbox.green-alt}
264
+ ramp-capacity-3-foreground = ${gruvbox.green-alt}
265
+ ramp-capacity-4-foreground = ${gruvbox.green-alt}
266
+
267
+ ramp-capacity-0-background = ${gruvbox.black}
268
+ ramp-capacity-1-background = ${gruvbox.black}
269
+ ramp-capacity-2-background = ${gruvbox.black}
270
+ ramp-capacity-3-background = ${gruvbox.black}
271
+ ramp-capacity-4-background = ${gruvbox.black}
272
+
273
+ ; Only applies if <bar-capacity> is used
274
+ bar-capacity-width = 10
275
+
276
+ ; Only applies if <animation-charging> is used
277
+ animation-charging-0 = 
278
+ animation-charging-1 = 
279
+ animation-charging-2 = 
280
+ animation-charging-3 = 
281
+ animation-charging-4 = 
282
+ animation-charging-framerate = 750
283
+
284
+ animation-charging-0-padding=3
285
+ animation-charging-1-padding=3
286
+ animation-charging-2-padding=3
287
+ animation-charging-3-padding=3
288
+ animation-charging-4-padding=3
289
+
290
+ ; animation-charging color
291
+ animation-charging-0-foreground = ${gruvbox.green}
292
+ animation-charging-1-foreground = ${gruvbox.green}
293
+ animation-charging-2-foreground = ${gruvbox.green}
294
+ animation-charging-3-foreground = ${gruvbox.green}
295
+ animation-charging-4-foreground = ${gruvbox.green}
296
+
297
+ animation-charging-0-background = ${gruvbox.black}
298
+ animation-charging-1-background = ${gruvbox.black}
299
+ animation-charging-2-background = ${gruvbox.black}
300
+ animation-charging-3-background = ${gruvbox.black}
301
+ animation-charging-4-background = ${gruvbox.black}
302
+
303
+ ; Only applies if <animation-discharging> is used
304
+ animation-discharging-0 =[  ]
305
+ animation-discharging-1 =[  ]
306
+ animation-discharging-2 =[  ]
307
+ animation-discharging-3 =[  ]
308
+ animation-discharging-4 =[  ]
309
+ animation-discharging-framerate = 500
310
+
311
+ animation-discharging-0-padding=1
312
+ animation-discharging-1-padding=1
313
+ animation-discharging-2-padding=1
314
+ animation-discharging-3-padding=1
315
+ animation-discharging-4-padding=1
316
+
317
+ ; animation discharging color
318
+ animation-discharging-0-foreground = ${gruvbox.cream}
319
+ animation-discharging-1-foreground = ${gruvbox.cream}
320
+ animation-discharging-2-foreground = ${gruvbox.cream}
321
+ animation-discharging-3-foreground = ${gruvbox.cream}
322
+ animation-discharging-4-foreground = ${gruvbox.cream}
323
+
324
+ animation-discharging-0-background = ${gruvbox.green-alt}
325
+ animation-discharging-1-background = ${gruvbox.green-alt}
326
+ animation-discharging-2-background = ${gruvbox.green-alt}
327
+ animation-discharging-3-background = ${gruvbox.green-alt}
328
+ animation-discharging-4-background = ${gruvbox.green-alt}
329
+
330
+ animation-low-0 = !
331
+ animation-low-1 = !!
332
+ animation-low-framerate = 200
333
+
334
+ ;==========================================================
335
+ [module/backlight]
336
+ type = internal/backlight
337
+ card = intel_backlight
338
+ use-actual-brightness = true
339
+ enable-scroll = true
340
+ format = <label>
341
+ format-prefix = " ο†… "
342
+ format-prefix-foreground = ${gruvbox.yellow}
343
+ format-prefix-background = ${gruvbox.black}
344
+ format-padding-left=2
345
+ format-padding-right=2
346
+
347
+ label = %percentage%%
348
+ label-foreground=${gruvbox.cream}
349
+ label-background=${gruvbox.dark}
350
+ label-padding-left=2
351
+ label-padding-right=2
352
+
353
+ ;==========================================================
354
+ [settings]
355
+ screenchange-reload = true
356
+ pseudo-transparency = true
357
+
358
+
359
+ ; vim:ft=dosini
360
+