-
Notifications
You must be signed in to change notification settings - Fork 0
/
polybar.config
466 lines (377 loc) · 10.7 KB
/
polybar.config
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
;=====================================================
;
; To learn more about how to configure Polybar
; go to https://github.com/jaagr/polybar
;
; The README contains alot of information
;
;=====================================================
[settings]
compositing-background = over
compositing-foreground = over
compositing-overline = over
compositing-underline = over
compositing-border = over
[colors]
;background = ${xrdb:color0:#222}
background = #1E293B
background-alt = #334155
;foreground = ${xrdb:color7:#222}
foreground = #ffffff
foreground-alt = #555
red = #EF4444
yellow = #F59E0B
green = #10B981
blue = #3B82F6
indigo = #6366F1
purple = #8B5CF6
cyan = #14B8A6
white = #ffffff
black = #000000
gray = #64748B
primary = #ffb52a
secondary = #e60053
alert = #bd2c40
[bar/shared]
font-0= Monoid Nerd Font:size=9;1
font-1= Noto Color Emoji:scale=10;
font-2= SauceCodePro Nerd Font Mono:side=9
height = 27
width = 100%
module-margin-left = 1
module-margin-right = 1
fixed-center = true
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 2
line-color = #f00
padding-left = 2
padding-right = 2
[bar/topbar]
inherit = bar/shared
monitor = ${env:MONITOR:}
modules-left = i3 open-any green-square yellow-square red-square
modules-center = xwindow
modules-right = ${env:MODULE_TOP_RIGHT:}
[bar/downbar]
inherit = bar/shared
monitor = ${env:MONITOR:}
bottom = true
modules-left = keyboard_switch bluetooth-controll spotify vpncheck vpn-proton-status
modules-center =
modules-right = ${env:MODULE_BOTTOM_RIGHT:}
tray-detached = false
tray-position = ${env:TRAY_POSITION:}
[module/isrunning-picom]
type = custom/script
exec = ~/scripts/isrunning-picom.sh
format-underline = ${colors.indigo}
interval = 2
click-left = ~/scripts/isrunning-picom.sh --toggle &
[module/background-blur]
type = custom/script
exec = ~/scripts/background_blur.sh
format-underline = ${colors.red}
interval = 2
click-left = ~/scripts/background_blur.sh --toggle &
[module/window-setup]
type = custom/script
exec = ~/scripts/xrandr_switch.sh
format-underline = ${colors.green}
interval = 2
click-left = ~/scripts/xrandr_switch.sh --toggle &
[module/green-square]
type = custom/text
format-underline = ${colors.cyan}
content = 🟩
click-left = printf 🟩 | xclip -selection c
[module/yellow-square]
type = custom/text
format-underline = ${colors.cyan}
content = 🟨
click-left = printf 🟨 | xclip -selection c
[module/red-square]
type = custom/text
format-underline = ${colors.cyan}
content = 🟥
click-left = printf 🟥 | xclip -selection c
[module/open-any]
type = custom/text
format-underline = ${colors.red}
content =
click-left = exec rofi -show window -lines 10 -location 2 -xoffset 0 -width 60
content-foreground = ${colors.red}
content-padding = 2
[module/notifications]
type = custom/script
exec = ~/scripts/notification_settings.sh
interval = 2
format-underline = ${colors.green}
click-left = ~/scripts/notification_settings.sh --toggle &
[module/vpn-proton-status]
type = custom/script
exec = ~/scripts/protonvpn_status.sh
format-prefix = " "
interval = 20
format-underline = ${colors.green}
[module/vpncheck]
type = custom/script
exec = pgrep openvpn
interval = 5
label = vpn
format-underline = ${colors.green}
format-prefix = " "
format-prefix-foreground = ${colors.green}
[module/spotify]
type = custom/script
interval = 1
format-prefix = " "
format = <label>
exec = python ~/scripts/spotify_status.py -f '{play_pause} {artist}: {song}' --font=0 -p ','
format-underline = ${colors.green}
[module/xwindow]
type = internal/xwindow
label = %title%
label-maxlen = 50
[module/pkg]
type = custom/script
interval = 1200
format = <label>
format-underline = ${colors.yellow}
label = "%output:0:30%"
exec = ~/.config/polybar/pkg.sh
exec-if = "ping -q -w 2 -c 1 1 1.1.1.1 > /dev/null"
[module/bluetooth-controll]
type = custom/script
exec = ~/scripts/bluetooth.sh
tail = true
click-left = ~/scripts/bluetooth.sh --toggle &
format-underline = ${colors.blue}
[module/keyboard_switch]
type = custom/script
exec = ~/scripts/keyboard_switch.sh
interval = 1
click-left = ~/scripts/keyboard_switch.sh --toggle &
format-underline = ${colors.indigo}
[module/filesystem]
type = internal/fs
interval = 25
mount-0 = /
label-mounted = %{colors.indigo}%mountpoint%%{F-}: %percentage_used%%
label-unmounted = %mountpoint% not mounted
label-unmounted-foreground = ${colors.foreground-alt}
[module/i3]
type = internal/i3
format = <label-state> <label-mode>
index-sort = true
pin-workspaces = true
wrapping-scroll = false
strip-wsnumbers = true
label-mode-padding = 0
label-mode-foreground = ${colors.black}
label-mode-background = ${colors.yellow}
; focused = Active workspace on focused monitor
label-focused = %name%
label-focused-background = ${colors.background-alt}
label-focused-underline = ${colors.yellow}
label-focused-padding = 2
; unfocused = Inactive workspace on any monitor
label-unfocused = %name%
label-unfocused-padding = 1
; visible = Active workspace on unfocused monitor
label-visible = %name%
label-visible-background = ${colors.background}
label-visible-underline = ${colors.yellow}
label-visible-padding = 1
; urgent = Workspace with urgency hint set
label-urgent = %name%
label-urgent-background = ${colors.alert}
label-urgent-padding = 1
[module/mpd]
type = internal/mpd
format-online = <bar-progress> <icon-prev> <icon-stop> <toggle> <icon-next>
icon-prev =
icon-stop =
icon-play =
icon-pause =
icon-next =
bar-progress-width = 40
bar-progress-indicator = |
bar-progress-fill = -
bar-progress-empty = -
label-song-maxlen = 40
label-song-ellipsis = true
[module/xbacklight]
type = internal/xbacklight
format = <label> <bar>
label = ﯦ
bar-width = 10
bar-indicator = |
bar-indicator-foreground = ${colors.white}
bar-fill = -
bar-fill-foreground = ${colors.purple}
bar-empty = -
bar-empty-foreground = ${colors.foreground-alt}
[module/backlight-acpi]
inherit = module/xbacklight
type = internal/backlight
card = intel_backlight
[module/cpu]
type = internal/cpu
interval = 2
format-prefix = " "
format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.red}
label = %percentage%%
[module/memory]
type = internal/memory
interval = 2
format-prefix = " "
format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.cyan}
label = %percentage_used%%
[module/wlan-base]
type = internal/network
interface = ${env:WIFI_CARD:}
interval = 0.1
ping_interval = 10
format-connected = 直 <label-connected>
format-connected-underline = ${colors.purple}
format-disconnected = Not connected
[module/wlan-soft]
inherit = module/wlan-base
label-connected = %essid% %local_ip%
[module/wlan-full]
inherit = module/wlan-base
label-connected = %essid% %local_ip% %{F#64748B} %upspeed:8% %downspeed:8%
[section/eth-base]
type = internal/network
interface = enp7s0
interval = 0.1
format-connected-underline = ${colors.purple}
format-disconnected = Not connected
[module/eth-soft]
inherit = section/eth-base
label-connected = %local_ip%
[module/eth-full]
inherit = section/eth-base
label-connected = %local_ip% %{F#64748B} %upspeed:8% %downspeed:8%
[module/time-SF]
type = custom/script
exec = TZ=America/Los_Angeles date +"SF: %H:%M %d-%m"
interval = 5
format-prefix-foreground = ${colors.foreground-alt}
format-underline = ${colors.blue}
[module/time-BENGA]
type = custom/script
exec = TZ=Asia/Kolkata date +"IND: %H:%M %d-%m"
interval = 5
format-prefix-foreground = ${colors.foreground-alt}
format-underline = ${colors.blue}
[module/date]
type = internal/date
interval = 5
date = %d-%m-%Y
date-alt = " %Y-%m-%d"
time = %H:%M
time-alt = %H:%M:%S
format-prefix-foreground = ${colors.foreground-alt}
format-underline = ${colors.blue}
label = %time% %date%
[module/volume]
type = internal/pulseaudio
format-volume = <label-volume> <bar-volume>
label-volume =
label-volume-foreground = ${root.foreground}
format-muted-prefix = " "
format-muted-foreground = ${colors.foreground-alt}
label-muted = M
use-ui-max = false
bar-volume-width = 10
bar-volume-foreground-0 = ${colors.green}
bar-volume-foreground-1 = ${colors.green}
bar-volume-foreground-2 = ${colors.green}
bar-volume-foreground-3 = ${colors.green}
bar-volume-foreground-4 = ${colors.green}
bar-volume-foreground-5 = ${colors.yellow}
bar-volume-foreground-6 = ${colors.red}
bar-volume-gradient = false
bar-volume-indicator = |
bar-volume-fill = -
bar-volume-empty = -
bar-volume-empty-foreground = ${colors.foreground-alt}
[module/battery]
type = internal/battery
battery = BAT0
adapter = AC
full-at = 98
; see "man date" for details on how to format the time string
; NOTE: if you want to use syntax tags here you need to use %%{...}
; Default: %H:%M:%S
time-format = %H:%M
; Available tokens:
; %percentage% (default) - is set to 100 if full-at is reached
; %percentage_raw%
; %time%
; %consumption% (shows current charge rate in watts)
label-charging = ﮣ %percentage%% %time% %consumption% W
; Available tokens:
; %percentage% (default) - is set to 100 if full-at is reached
; %percentage_raw%
; %time%
; %consumption% (shows current discharge rate in watts)
label-discharging = %percentage%% %time% %consumption% W
format-charging = <animation-charging> <label-charging>
format-charging-underline = ${colors.yellow}
format-discharging = <ramp-capacity> <label-discharging>
format-discharging-underline = ${self.format-charging-underline}
format-full-prefix = " "
format-full-prefix-foreground = ${colors.foreground}
format-full-underline = ${self.format-charging-underline}
ramp-capacity-0 =
ramp-capacity-1 =
ramp-capacity-2 =
ramp-capacity-foreground = ${colors.foreground}
animation-charging-0 =
animation-charging-1 =
animation-charging-2 =
animation-charging-3 =
animation-charging-4 =
animation-charging-foreground = ${colors.foreground}
animation-charging-framerate = 750
[module/temperature]
type = internal/temperature
thermal-zone = 0
warn-temperature = 60
format = <label>
format-underline = ${colors.red}
format-warn = <ramp> <label-warn>
format-warn-underline = ${self.format-underline}
ramp-0 = A
ramp-1 = B
ramp-2 = C
label = %temperature-c%
label-warn = %temperature-c%
label-warn-foreground = ${colors.secondary}
[module/Shutdown]
type = custom/script
exec = echo ""
click-left = shutdown now
click-right = reboot
click-middle = xdotool key super+shift+e
format-padding = 0
format-foreground = ${colors.red}
format-underline = ${colors.red}
[module/background]
type = custom/script
exec = echo ""
click-left = ~/scripts/random_wallpaper.sh
click-right = ~/scripts/random_wallpaper.sh
click-middle = ~/scripts/random_wallpaper.sh
format-padding = 0
format-foreground = ${colors.cyan}
format-underline = ${colors.cyan}
[global/wm]
margin-top = 5
margin-bottom = 5
; vim:ft=dosini