blob: cda22a9e9babb7ef1b96ba984f39b0701f417254 (
plain)
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
|
;--------;
; COLORS ;
;--------;
[colors]
color0 = #2e313d
color8 = #5b5f71
color1 = #cf8164
color9 = #fe9f7c
color2 = #76a065
color10 = #92c47e
color3 = #ab924c
color11 = #d2b45f
color4 = #8296b0
color12 = #a0b9d8
color5 = #a18daf
color13 = #c6aed7
color6 = #659ea2
color14 = #7dc2c7
color7 = #b5b4c9
color15 = #f0ecfe
background-dark = #1c1c1c
foreground = #f0ecfe
primary = #4c566a
secondary = #f05
alert = #bd2c40
accent = #bf616a
[bar/external]
;------------;
; DIMENSIONS ;
;------------;
width = 100%
height = 20
offset-y = 0
offset-x = 0
border-size = 2
border-color = ${colors.background-dark}
background = ${colors.background-dark}
foreground = ${colors.foreground}
;----------;
; LOCATION ;
;----------;
bottom = false
monitor = HDMI-A-0
override-redirect = false
;-------;
; FONTS ;
;-------;
font-0 = "Dina:regular:pixelsize=16;3"
font-1 = "Wuncon Siji:pixelsize=10;2"
;---------;
; MODULES ;
;---------;
modules-right = cpu temperature pulseaudio date
modules-left = battery network memory
modules-center = bspwm
;---------------;
; MISCELLANEOUS ;
;---------------;
fixed-center = true
tray-position = right
tray-detached = false
module-margin = 2
padding = 2
[bar/laptop]
;------------;
; DIMENSIONS ;
;------------;
width = 100%
height = 20
offset-y = 0
offset-x = 0
border-size = 2
border-color = ${colors.background-dark}
background = ${colors.background-dark}
foreground = ${colors.foreground}
;----------;
; LOCATION ;
;----------;
bottom = false
monitor = eDP
override-redirect = false
;-------;
; FONTS ;
;-------;
font-0 = "Dina:regular:pixelsize=16;2"
font-1 = "Wuncon Siji:size=12;2"
;---------;
; MODULES ;
;---------;
modules-right = cpu temperature pulseaudio date
modules-left = battery network memory
modules-center = bspwm
;---------------;
; MISCELLANEOUS ;
;---------------;
fixed-center = true
tray-position = right
tray-detached = false
module-margin = 2
padding = 2
[module/battery]
type=internal/battery
battery=BAT0
adapter=AC
poll-interval=5
full-at=80
time-format=%H:%M
label-discharging=%time% %percentage%%
label-charging=%time% %percentage%%
label-full=%percentage%%
format-full-prefix-foreground=${colors.color7}
label-full-background = ${colors.background}
label-full-padding = 1
format-charging-prefix-foreground = ${colors.color7}
label-charging-background = ${colors.background}
label-charging-padding = 1
format-discharging-prefix-foreground = ${colors.color7}
label-discharging-background = ${colors.background}
label-discharging-padding = 1
format-discharging-prefix=
format-discharging=<label-discharging>
format-charging=<label-charging>
format-charging-prefix=
format-full=<label-full>
format-full-prefix=
[module/date]
type=internal/date
interval=1.0
date=%A %d
time=%I:%M
time-alt=%I:%M:%S %A, %d %B %Y
format-prefix =
format-prefix-foreground = ${colors.color9}
format=<label>
label=%date% %time%
label-background = ${colors.background}
label-padding = 1
[module/temperature]
type = internal/temperature
interval = 1.0
hwmon-path = ${env:HWMON_PATH}
base-temperature = 38
warn-temperature = 70
format = <label>
format-prefix =
format-prefix-foreground = ${colors.color11}
label = %temperature-c%
label-warn = %temperature-c%
label-background = ${colors.background}
label-padding = 1
label-warn-background = ${colors.background-dark}
label-warn-padding = 1
[module/cpu]
type=internal/cpu
interval=0.5
format=<label>
format-prefix=
label=%percentage%%
format-prefix-foreground = ${colors.color10}
label-background = ${colors.background}
label-padding = 1
[module/memory]
type=internal/memory
interval=3
format=<label>
format-prefix=
label=%gb_used%
format-prefix-foreground = ${colors.color2}
label-background = ${colors.background}
label-padding = 1
[module/pulseaudio]
type=internal/pulseaudio
format=<label-volume>
format-volume-prefix=
format-muted-prefix=
label-volume=%percentage%%
label-muted="0%"
click-right=pavucontrol
format-volume-prefix-foreground = ${colors.color6}
label-volume-background = ${colors.background}
label-volume-padding = 1
format-muted-prefix-foreground = ${colors.color6}
label-muted-background = ${colors.background}
label-muted-padding = 1
[module/bspwm]
type=internal/bspwm
pin-workspaces = true
format=<label-state> <label-mode>
label-focused =
label-focused-padding = 2
label-occupied =
label-occupied-padding = 2
label-empty =
label-empty-padding = 2
label-focused-foreground = ${colors.color7}
label-focused-background = ${colors.background}
label-occupied-foreground = ${colors.color8}
label-occupied-background = ${colors.background}
label-empty-foreground = ${colors.color8}
label-empty-background = ${colors.background}
[module/network]
type=internal/network
interface=wlp2s0
interval=1.0
format-connected-prefix=
label-connected= %local_ip%
label-disconnected=
format-connected-prefix-foreground = ${colors.color11}
label-connected-background = ${colors.background}
label-connected-padding = 1
label-disconnected-foreground = ${colors.color11}
label-disconnected-background = ${colors.background}
label-disconnected-padding = 2
; vim: set ft=dosini nomodeline:
|