@@ -23,65 +23,58 @@ override-redirect = true
23
23
24
24
25
25
[bar/bottom]
26
- # monitor = HDMI-1
27
26
margin-top = 5
28
27
padding-right = 2
29
28
padding-left = 2
30
29
width = 100%
31
30
height = 32
32
- font-0 = Misc Ohsnap:size =14
31
+ font-0 = Misc Ohsnap:size =16
33
32
font-1 = icomoon:size =12
34
- font-2 = cryptocoins :style =Regular:size =12
33
+ font-2 = mplus Nerd Font :style =Regular:size =14
35
34
font-3 = Wuncon Siji:style =Regular:size =12
36
35
bottom = true
37
36
background = ${colors.background}
38
37
foreground = ${colors.foreground}
39
38
modules-right = mpd
40
39
modules-left = crypto
40
+ modules-center = date
41
41
42
42
[bar/top]
43
- # monitor = HDMI-1
44
43
width = 100%
45
- height = 32
44
+ height = 30
46
45
border-size = 0
47
46
border-top-size = 0
48
47
border-left-size = 0
49
48
border-right-size = 0
50
49
border-bottom-size = 0
51
50
radius = 0
52
51
line-size = 0
53
- spacing = 1
52
+ spacing = 0
54
53
offset-x = 0
55
54
offset-y = 0
56
55
padding-left = 0
57
56
padding-right = 2
58
57
59
- font-0 = Misc Ohsnap:size =14
58
+ font-0 = Misc Ohsnap:size =16
60
59
font-1 = icomoon:size =12
61
- font-2 = cryptocoins :style =Regular:size =12
60
+ font-2 = mplus Nerd Font :style =Regular:size =14
62
61
font-3 = Wuncon Siji:style =Regular:size =12
63
62
64
63
background = ${colors.background}
65
64
foreground = ${colors.foreground}
66
- module-margin-left = 1
65
+ module-margin-left = 3
67
66
module-margin-right = 0
68
67
modules-left = i3
69
- modules-center = date
68
+ modules-center = xwindow
70
69
modules-right = volume wlan battery powermenu
71
- tray-position =
70
+ tray-position = right
71
+ tray-background = ${colors.background}
72
72
73
73
[module/crypto]
74
74
type = custom/script
75
75
interval = 300
76
76
exec = ~/.config/polybar/crypto.py
77
77
78
- [module/memory]
79
- type = internal/memory
80
- interval = 2
81
- format-prefix = " "
82
- format-prefix-foreground = ${colors.foreground}
83
- label = %percentage_used%%
84
-
85
78
[module/xwindow]
86
79
type = internal/xwindow
87
80
label = %title:0:30:...%
@@ -124,15 +117,15 @@ label-visible = %icon%
124
117
label-visible-background = ${colors.background}
125
118
label-visible-padding = 2
126
119
127
- ws-icon-0 = 1;
128
- ws-icon-1 = 2;
129
- ws-icon-2 = 3;
130
- ws-icon-3 = 4;
131
- ws-icon-4 = 5;
132
- ws-icon-5 = 6;
133
- ws-icon-6 = 7;
134
- ws-icon-7 = 8;
135
- ws-icon-default =
120
+ ws-icon-0 = 1;
121
+ ws-icon-1 = 2;
122
+ ws-icon-2 = 3;
123
+ ws-icon-3 = 4;
124
+ ws-icon-4 = 5;
125
+ ws-icon-5 = 6;
126
+ ws-icon-6 = 7;
127
+ ws-icon-7 = 8;
128
+ ws-icon-default =
136
129
137
130
[module/mpd]
138
131
type = internal/mpd
@@ -146,11 +139,11 @@ format-online = <icon-prev> <toggle> <icon-next> <bar-progress> <label-song>
146
139
label-song = %artist% - %title%
147
140
label-offline = ---
148
141
format-offline =
149
- icon-prev =
142
+ icon-prev =
150
143
icon-stop =
151
- icon-play =
152
- icon-pause =
153
- icon-next =
144
+ icon-play =
145
+ icon-pause =
146
+ icon-next =
154
147
155
148
icon-random =
156
149
icon-repeat =
@@ -160,59 +153,35 @@ toggle-off-foreground = ${colors.foreground-alt}
160
153
161
154
bar-progress-width = 30
162
155
bar-progress-format = %{A4:mpdseek+2: A5:mpdseek-2:}%fill%%indicator%%empty%%{A A}
163
- bar-progress-indicator = |
156
+ bar-progress-indicator = >
164
157
bar-progress-indicator-foreground = ${colors.foreground}
165
- bar-progress-fill = ─
158
+ bar-progress-fill = -
166
159
bar-progress-fill-foreground = ${colors.foreground}
167
- bar-progress-empty = ─
160
+ bar-progress-empty = -
168
161
bar-progress-empty-foreground = ${colors.foreground}
169
162
170
- [module/xbacklight]
171
- type = internal/xbacklight
172
-
173
- format = <label> <bar>
174
- label = " "
175
-
176
- bar-width = 10
177
- bar-indicator = |
178
- bar-indicator-foreground = # ff
179
- bar-fill = ─
180
- bar-fill-foreground = # 9f78e1
181
- bar-empty = ─
182
- bar-empty-foreground = ${colors.foreground}
183
-
184
-
185
- [module/cpu]
186
- type = internal/cpu
187
- interval = 2
188
- format-prefix = " "
189
- format-prefix-foreground = ${colors.foreground}
190
- label = %percentage%%
191
-
192
163
[module/wlan]
193
164
type = internal/network
194
165
interface = wlp2s0
195
166
interval = 3.0
196
167
197
- format-connected = <ramp-signal> <label-connected>
168
+ format-connected = <label-connected>
198
169
199
- label-connected = %essid%
170
+ label-connected = %essid% %local_ip %
200
171
label-disconnected = %ifname% disconnected
201
- label-disconnected-foreground = ${colors.foreground}
202
172
203
- ramp-signal-0 =
204
- ramp-signal-1 =
205
- ramp-signal-2 =
206
- ramp-signal-3 =
207
- ramp-signal-4 =
208
- ramp-signal-foreground = ${colors.foreground}
173
+ ramp-signal-0 =" "
174
+ ramp-signal-1 =" "
175
+ ramp-signal-2 =" "
176
+ ramp-signal-3 =" "
177
+ ramp-signal-4 =" "
209
178
210
179
[module/eth]
211
180
type = internal/network
212
181
interface = sit0
213
182
interval = 3.0
214
183
215
- format-connected-prefix = " "
184
+ format-connected-prefix = " "
216
185
format-connected-foreground-foreground = ${colors.foreground-alt}
217
186
label-connected = %local_ip%
218
187
@@ -236,13 +205,13 @@ type = internal/volume
236
205
237
206
format-volume = <ramp-volume><label-volume>
238
207
label-volume = " %percentage%"
239
- ramp-volume-0 =" "
240
- ramp-volume-1 =" "
241
- ramp-volume-2 =" "
242
- ramp-volume-3 =" "
208
+ ramp-volume-0 =" "
209
+ ramp-volume-1 =" "
210
+ ramp-volume-2 =" "
211
+ ramp-volume-3 =" "
243
212
label-volume-foreground = ${colors.foreground}
244
213
245
- format-muted-prefix = " "
214
+ format-muted-prefix = " "
246
215
format-muted-foreground = ${colors.foreground}
247
216
label-muted = muted
248
217
label-muted-foreground = ${colors.foreground}
0 commit comments