all repos

dotfiles @ 6e3359255f445af9167b42367d9014da31ee0f6c

i use rach linux btw

dotfiles/config/bspwm/polybar/polybar (view raw)

1
; # vim: ft=dosini
2
[settings]
3
enable-ipc = true
4
format-padding = 1
5
6
[colors]
7
background = #1f2227
8
foreground = #abb2bf
9
cyan  = #61AFEF
10
alert = #e06c75
11
empty = #5c6370
12
13
14
[bar/bar]
15
width = 100%
16
height = 24
17
fixed-center = true
18
background = ${colors.background}
19
foreground = ${colors.foreground}
20
wm-restack = bspwm
21
font-0 = Iosevka Nerd Font:style=Medium:size=8;3
22
font-1 = FontAwesome5Free:style=Solid:size=7.5;2.5
23
modules-left = bspwm archupd
24
modules-center = time wifi-signal
25
modules-right = pulseaudio keyboard
26
tray-position = right
27
tray-padding = 0
28
29
[module/bspwm]
30
type = internal/bspwm
31
pin-workspaces = true
32
enable-click = true
33
fuzzy-match = true
34
enable-scroll = true
35
label-focused = 
36
label-focused-foreground = ${colors.cyan}
37
label-focused-padding = 2
38
label-occupied = 
39
label-occupied-foreground = ${colors.foreground}
40
label-occupied-padding = 2
41
label-urgent = 
42
label-urgent-foreground = ${colors.alert}
43
label-urgent-padding = 2
44
label-empty = 
45
label-empty-foreground = ${colors.empty}
46
label-empty-padding = 2
47
48
[module/pulseaudio]
49
type = internal/pulseaudio
50
interval = 2
51
format-volume = <ramp-volume> <label-volume>
52
label-volume = %percentage%%
53
label-volume-foreground = ${root.foreground}
54
label-muted = 
55
ramp-volume-0 = 
56
57
[module/archupd]
58
type = custom/script
59
exec = ~/.config/bspwm/polybar/scripts/updates-pacman-aur.sh
60
click-left = kitty -e ~/bin/arch-upd
61
interval = 60
62
63
[module/wifi-signal]
64
type = custom/script
65
label =  %output:%%
66
exec = ~/.config/bspwm/polybar/scripts/wifi-signal.sh
67
interval = 3
68
69
[module/keyboard]
70
type = internal/xkeyboard
71
label-layout =  %layout%
72
blacklist-0 = num lock
73
blacklist-1 = scroll lock
74
blacklist-2= caps lock
75
76
[module/date]
77
type = internal/date
78
interval = 600
79
date = %d.%m
80
label =  %date%
81
82
[module/time]
83
type = internal/date
84
time = %H:%M
85
label =  %time%