-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
375 lines (329 loc) · 9.87 KB
/
config.ini
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
;==========================================================
;
;
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
;
;
; To learn more about how to configure Polybar
; go to https://github.com/polybar/polybar
;
; The README contains a lot of information
;
;==========================================================
; [!] IMPORTANT [!] DO NOT EDIT THIS VARIABLES. TO CHANGE THE COLORS EDIT THE 'scripts/colors.txt' FILE! CHANGING THESE VARIABLES MAY CAUSE SOME ERRORS.
[colors]
background = #0b0b0b
foreground = #7d7d7d
primary = #f9f9f9
; [!] IMPORTANT [!] DO NOT EDIT THIS VARIABLES. TO CHANGE THE COLORS EDIT THE 'scripts/colors.txt' FILE! CHANGING THESE VARIABLES MAY CAUSE SOME ERRORS.
[bar/show]
width = 41
height = 41
radius = 20.5
offset-x = 7
offset-y = 7
background = ${colors.background}
foreground = ${colors.primary}
padding-left = 8.25pt
font-0 = CodeNewRoman Nerd Font Mono:size=26;6
modules-left = show
cursor-click = pointer
[module/show]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/show/show.sh
click-left = ~/.config/polybar/bubble-polybar/scripts/show/show.sh showHide
interval = 0.25
[bar/date]
width = 150
height = 41
radius = 20.5
offset-x = 55
offset-y = 7
background = ${colors.background}
foreground = ${colors.foreground}
padding-left = 1
font-0 = Hack:style=Regular:size=11;4
font-1 = CodeNewRoman Nerd Font Mono:size=26;6
modules-center = date
cursor-click = pointer
[module/date]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/date/date.sh
click-right = ~/.config/polybar/bubble-polybar/scripts/date/date.sh toggle
interval = 0.25
[bar/proc]
width = 107
height = 41
radius = 20.5
offset-x = 212
offset-y = 7
background = ${colors.background}
foreground = ${colors.foreground}
padding-left = 14pt
font-0 = Hack:style=Regular:size=11;4
font-1 = CodeNewRoman Nerd Font Mono:size=25;6
modules-center = proc
cursor-click = pointer
[module/proc]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/proc/proc.sh
click-right = ~/.config/polybar/bubble-polybar/scripts/proc/proc.sh toggle
interval = 0.25
[bar/ip]
width = 230
height = 41
radius = 20.5
offset-x = 326
offset-y = 7
background = ${colors.background}
foreground = ${colors.foreground}
padding-left = 1
font-0 = Hack:style=Regular:size=11;4
font-1 = CodeNewRoman Nerd Font Mono:size=29;7
modules-center = ip
cursor-click = pointer
[module/ip]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/ip/ip.sh
click-right = ~/.config/polybar/bubble-polybar/scripts/ip/ip.sh toggle
click-left = ~/.config/polybar/bubble-polybar/scripts/ip/ip.sh copy
interval = 0.25
[bar/note]
width = 278
height = 41
radius = 20.5
offset-x = 563
offset-y = 7
background = ${colors.background}
foreground = ${colors.foreground}
padding-left = 14pt
font-0 = Hack:style=Regular:size=11;4
font-1 = CodeNewRoman Nerd Font Mono:size=24;6
modules-left = clip
modules-center = note
cursor-click = pointer
[module/clip]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/note/note.sh clip
click-right = ~/.config/polybar/bubble-polybar/scripts/note/note.sh toggle
click-left = ~/.config/polybar/bubble-polybar/scripts/note/note.sh copy
interval = 0.25
[module/note]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/note/note.sh
click-right = ~/.config/polybar/bubble-polybar/scripts/note/note.sh toggle
click-left = ~/.config/polybar/bubble-polybar/scripts/note/note.sh copy
interval = 0.25
[bar/workspaces]
width = 222
height = 41
radius = 20.5
offset-x = 848
offset-y = 7
background = ${colors.background}
foreground = ${colors.foreground}
padding-left = 2
font-0 = CodeNewRoman Nerd Font Mono:size=17;5
modules-left = workspaces
cursor-click = pointer
[module/workspaces]
type = internal/xworkspaces
format = <label-state>
label-active = " "
label-active-foreground = ${colors.primary}
label-empty = " "
label-occupied = " "
label-urgent = " "
[bar/player]
width = 452
height = 41
radius = 20.5
offset-x = 1077
offset-y = 7
background = ${colors.background}
foreground = ${colors.foreground}
padding-left = 5pt
padding-right = 8pt
module-margin = 5pt
font-0 = Hack:style=Regular:size=11;4
font-1 = CodeNewRoman Nerd Font Mono:size=26;7
font-2 = CodeNewRoman Nerd Font Mono:size=32;8
font-3 = CodeNewRoman Nerd Font Mono:size=35;8
font-4 = CodeNewRoman Nerd Font Mono:size=5;3
modules-left = player progress name
modules-right = prev play next
cursor-click = pointer
[module/player]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/player/player.sh
click-left = spotify
interval = 0.25
[module/progress]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/player/player.sh progress
interval = 0.25
[module/name]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/player/player.sh name
interval = 0.25
[module/prev]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/player/player.sh prev
click-left = ~/.config/polybar/bubble-polybar/scripts/player/player.sh prev exec
interval = 0.25
[module/play]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/player/player.sh play
click-left = ~/.config/polybar/bubble-polybar/scripts/player/player.sh play toggle
interval = 0.25
[module/next]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/player/player.sh next
click-left = ~/.config/polybar/bubble-polybar/scripts/player/player.sh next exec
interval = 0.25
[bar/browser]
width = 41
height = 41
radius = 20.5
offset-x = 1536
offset-y = 7
background = ${colors.background}
foreground = ${colors.primary}
padding-left = 8.25pt
font-0 = CodeNewRoman Nerd Font Mono:size=26;6
modules-left = browser
cursor-click = pointer
[module/browser]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/browser/browser.sh
click-left = ~/.config/polybar/bubble-polybar/scripts/browser/browser.sh run
[bar/code]
width = 41
height = 41
radius = 20.5
offset-x = 1584
offset-y = 7
background = ${colors.background}
foreground = ${colors.primary}
padding-left = 9.75pt
font-0 = CodeNewRoman Nerd Font Mono:size=22;6
modules-left = code
cursor-click = pointer
[module/code]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/code/code.sh
click-left = ~/.config/polybar/bubble-polybar/scripts/code/code.sh run
[bar/files]
width = 41
height = 41
radius = 20.5
offset-x = 1632
offset-y = 7
background = ${colors.background}
foreground = ${colors.primary}
padding-left = 8.5pt
font-0 = CodeNewRoman Nerd Font Mono:size=25;6
modules-left = files
cursor-click = pointer
[module/files]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/files/files.sh
click-left = ~/.config/polybar/bubble-polybar/scripts/files/files.sh run
[bar/term]
width = 41
height = 41
radius = 20.5
offset-x = 1680
offset-y = 7
background = ${colors.background}
foreground = ${colors.primary}
padding-left = 8.5pt
font-0 = CodeNewRoman Nerd Font Mono:size=25;6
modules-left = term
cursor-click = pointer
[module/term]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/term/term.sh
click-left = ~/.config/polybar/bubble-polybar/scripts/term/term.sh run
[bar/cap]
width = 41
height = 41
radius = 20.5
offset-x = 1728
offset-y = 7
background = ${colors.background}
foreground = ${colors.primary}
padding-left = 8.5pt
font-0 = CodeNewRoman Nerd Font Mono:size=25;6
modules-left = cap
cursor-click = pointer
[module/cap]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/cap/cap.sh
click-right = ~/.config/polybar/bubble-polybar/scripts/cap/cap.sh toggle
click-left = ~/.config/polybar/bubble-polybar/scripts/cap/cap.sh make
interval = 0.5
[bar/alsa]
width = 41
height = 41
radius = 20.5
offset-x = 1776
offset-y = 7
background = ${colors.background}
foreground = ${colors.primary}
padding-left = 5.5pt
font-0 = CodeNewRoman Nerd Font Mono:size=35;9
modules-left = alsa
cursor-click = pointer
[module/alsa]
type = internal/alsa
master-soundcard = default
master-mixer = Master
interval = 5
format-volume = <ramp-volume>
ramp-volume-prefix = ""
ramp-volume-0 = ""
ramp-volume-1 = ""
ramp-volume-2 = ""
ramp-volume-foreground = ${colors.primary}
format-muted-foreground = ${colors.foreground}
label-muted = ""
[bar/launcher]
width = 41
height = 41
radius = 20.5
offset-x = 1824
offset-y = 7
background = ${colors.background}
foreground = ${colors.primary}
padding-left = 8.5pt
font-0 = CodeNewRoman Nerd Font Mono:size=24;6
modules-left = launcher
cursor-click = pointer
[module/launcher]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/launcher/launcher.sh
click-left = ~/.config/polybar/bubble-polybar/scripts/launcher/launcher.sh run
[bar/reof]
width = 41
height = 41
radius = 20.5
offset-x = 1872
offset-y = 7
background = ${colors.background}
foreground = ${colors.primary}
padding-left = 8.5pt
font-0 = CodeNewRoman Nerd Font Mono:size=25;6
modules-left = reof
cursor-click = pointer
[module/reof]
type = custom/script
exec = ~/.config/polybar/bubble-polybar/scripts/reof/reof.sh
click-right = ~/.config/polybar/bubble-polybar/scripts/reof/reof.sh toggle
click-left = ~/.config/polybar/bubble-polybar/scripts/reof/reof.sh do
interval = 0.25