-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig
156 lines (125 loc) · 3.07 KB
/
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
; ---------------
; Color variables
; ---------------
[colors]
transparent = #00000000
white = #FFFFFF
orange = #FAB387
offwhite = #A6ADC8
blue = #04a5e5
red = #F38BA8
black = #000
green = #a6d189
yellow = #f9e2af
; -------
; Top bar internal
; -------
[bar/top_internal_bar]
monitor = eDP-1
modules-left = bspwm
modules-right = pulseaudio battery date
font-0 = "JetBrainsMono NF:pixelsize=11;3"
font-1 = "Material Icons:pixelsize=15;5"
background = ${colors.transparent}
foreground = ${colors.black}
height = 28
offset-y = 10
width = 99%
offset-x = 0.5%
margin-left = 10
padding-right = 0
module-margin-left = 1
; -------
; Top bar external
; -------
[bar/top_external_bar]
monitor = DP-2
modules-left = bspwm
modules-right = pulseaudio battery date
font-0 = "JetBrainsMono NF:pixelsize=12;3"
font-1 = "Material Icons:pixelsize=15;5"
background = ${colors.transparent}
foreground = ${colors.black}
height = 28
offset-y = 10
width = 99%
offset-x = 0.5%
margin-left = 10
padding-right = 0
module-margin-left = 1
; ---------
; Modules
; ---------
[module/bspwm]
type = internal/bspwm
label-focused = %{T2}%{T-} %name%
label-focused-font = 1
label-focused-padding-right = 2
label-focused-foreground = ${colors.white}
label-occupied = %{T2}%{T-} %name%
label-occupied-font = 1
label-occupied-padding-right = 2
label-occupied-foreground = ${colors.white}
label-urgent = %{T2}%{T-} %name%!
label-urgent-font = 1
label-urgent-padding-right = 2
label-urgent-foreground = ${colors.red}
label-empty = %{T2}%{T-} %name%
label-empty-font = 1
label-empty-padding-right = 2
label-empty-foreground = ${colors.offwhite}
[module/date]
type = internal/date
date = %d %b %H:%M
intval = 3600
format = <label>
format-background = ${colors.yellow}
format-padding = 1
format-font = 2
label-background = ${colors.white}
label-padding = 1
label-font = 1
[module/battery]
type = internal/battery
battery = BAT0
adapter = AC
full-at = 90
ramp-capacity-0 =
ramp-capacity-1 =
ramp-capacity-2 =
ramp-capacity-3 =
ramp-capacity-4 =
ramp-capacity-font = 2
ramp-capacity-padding = 1
ramp-capacity-background = ${colors.green}
format-full = <ramp-capacity><label-full>
label-full-background = ${colors.white}
label-full-padding = 1
format-charging = <ramp-capacity><label-charging>
label-charging-background = ${colors.white}
format-discharging = <ramp-capacity><label-discharging>
label-discharging-background = ${colors.white}
format-low = <ramp-capacity><label-discharging>
label-low-background = ${colors.red}
label-low-forground = ${colors.white}
;Puleseaudio module
[module/pulseaudio]
type = internal/pulseaudio
use-ui-max = true
interval = 5
format-volume = <ramp-volume><label-volume>
ramp-volume-0 =
ramp-volume-1 =
ramp-volume-2 =
ramp-volume-background = ${colors.blue}
ramp-volume-padding = 1
ramp-volume-font = 2
label-volume-font = 1
label-volume = %percentage%%
label-volume-background = ${colors.white}
label-volume-padding = 1
label-muted-background = ${colors.blue}
label-muted =
label-muted-font = 2
label-muted-padding = 1
click-right = alacritty -e pulsemixer