all repos

dotfiles @ 88cbabb443726ba81069586095dbae5d07511cab

i use rach linux btw

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

1
[settings]
2
pseudo-transparency = true
3
4
[colors]
5
background = #262A2B
6
foreground = #FFFFFF
7
secondary = #CED4DA
8
alert = #DD6C6B
9
10
[bar/bar]
11
height = 24
12
override-redirect = false 
13
background = ${colors.background}
14
foreground = ${colors.foreground}
15
module-margin-left = 1
16
module-margin-right = 1
17
padding-left = 3
18
padding-right = 3
19
font-0 = Iosevka Nerd Font:style=Medium:size=10;3
20
font-1 = FontAwesome5Free:style=Solid:size=8;2.5
21
modules-left = wifi-signal date
22
modules-center = wp
23
modules-right = keyboard pulseaudio backlight time
24
25
[module/backlight]
26
type = internal/xbacklight
27
format = <ramp> <label>
28
label = %percentage%%
29
ramp-0 = 
30
31
[module/wifi-signal]
32
type = custom/script
33
label =  %output:%%
34
exec = cat /proc/net/wireless | grep "wlp3s0" | awk '{print $4}' | grep -o '[0-9]*'
35
interval = 3.0
36
37
[module/pulseaudio]
38
type = internal/pulseaudio
39
format-volume = <ramp-volume> <label-volume> 
40
label-volume = %percentage%%
41
label-volume-foreground = ${colors.foreground}
42
label-muted = 
43
ramp-volume-0 = 
44
ramp-volume-1 = 
45
ramp-volume-2 = 
46
ramp-volume-3 = 
47
ramp-volume-4 = 
48
49
[module/keyboard]
50
type = internal/xkeyboard
51
label-NAME-maxlen = 10
52
format-prefix = ""
53
label-layout =  %layout%
54
blacklist-0 = num lock
55
blacklist-1 = scroll lock
56
blacklist-2= caps lock
57
58
[module/date]
59
type = internal/date
60
interval = 600
61
date = %b %e
62
label =  %date%
63
64
[module/time]
65
type = internal/date
66
interval = 0
67
time = %H:%M
68
label =  %time%
69
70
[module/wp]
71
type = internal/xworkspaces
72
format = <label-state>
73
label-active = ×
74
label-empty = ·
75
label-urgent = ~
76
label-active-foreground = ${colors.foreground}
77
label-active-background = ${colors.background}
78
label-active-padding = 1
79
label-empty-foreground = ${colors.secondary}
80
label-empty-padding =
81
label-urgent-foreground = ${colors.alert}
82
label-urgent-padding = 1