guest@dotshare [~/groups/wms/i3] $ ls i3-Polybar/ | cat

i3 + Polybar (scrot, raw, dl)

IzacCF Jan 19, 2017 (wms/i3)

SCROT

  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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
;=====================================================
;
;   To learn more about how to configure Polybar
;   go to https://github.com/jaagr/polybar
;
;   The README contains alot of information
;
;=====================================================

[colors]
background = #222
background-alt = #444
foreground = #dfdfdf
foreground-alt = #55
primary = #ffb52a
secondary = #e60053
alert = #bd2c40

[global/wm]
margin-top = 5
margin-bottom = 5

[settings]
screenchange-reload = true

[bar/bottom]
monitor = VGA-0
modules-left = 
modules-center = cpu memory eth temperature date volume
modules-right =

background = #00000000
foreground = ${colors.foreground}

bottom = true
width = 100%
height = 25
offset-x = 0
offset-y = 0

[bar/example]
monitor = VGA-0
width = 100%
height = 25
offset-x = 0
offset-y = 0

;background = ${xrdb:color9}

;background transparente
background = #00000000
;background = #2F343F
foreground = ${colors.foreground}

overline-size = 0
overline-color = #f00
underline-size = 0
underline-color = #00f

border-bottom-size = 1
border-bottom-color = #0088CC

padding-left = 0
padding-right = 2
module-margin-left = 1
module-margin-right = 2

font-0 = hack:pixelsize=12;1
font-1 = unifont:size=6:heavy:fontformat=truetype;-2
font-2 = siji:pixelsize=10;0
font-3 = FontAwesome:size=11;-1

modules-left = menu i3 xwindow
modules-center = 
modules-right = cpu memory eth date volume

tray-position = right
tray-padding = 0
;tray-transparent = true

;wm-restack = i3

scroll-up = i3wm-wsnext
scroll-down = i3wm-wsprev

bottom = false

[module/xwindow]
type = internal/xwindow
;label = %title:0:40:...%
;label = %{o#503896 u#503896 +o +u B#301674}  %title:0:40:...%  %{B- -o -u}
label = %title:0:70:...%  %{B- -o -u}

[module/xtitle]
type = custom/script
exec = xwindowname tail
tail = true
format = %{T3} <output> %{T-}

[module/xkeyboard]
type = internal/xkeyboard
blacklist-0 = num lock
label-layout = %{F#55}%{F-} %layout%
label-layout-underline = ${colors.secondary}
label-indicator-padding = 2
label-indicator-margin = 1
label-indicator-background = ${colors.secondary}
label-indicator-underline = ${colors.secondary}

[module/menu]
type = custom/menu

; "menu-LEVEL-N" has the same properties as "label-NAME" with
; the additional "exec" property
;
; Available exec commands:
;   menu-open-LEVEL
;   menu-close
; Other commands will be executed using "/usr/bin/env sh -c $COMMAND"
;

menu-0-0 = Browsers
menu-0-0-exec = menu-open-1
menu-0-2 = Multimedia
menu-0-2-exec = menu-open-3

menu-1-0 = Firefox
menu-1-0-exec = firefox &
menu-1-1 = Chromium
menu-1-1-exec = chromium &

menu-2-0 = Gimp
menu-2-0-exec = gimp &
menu-2-1 = Scrot
menu-2-1-exec = scrot &

menu-3-0 = Gvim
menu-3-0-exec = gvim &

[module/filesystem]
type = internal/fs
interval = 0.5
mount-0 = /

label-mounted =%mountpoint%: %percentage_free%
label-unmounted = %mountpoint%: not mounted
label-unmounted-foreground = ${colors.foreground-alt}

[module/i3]
type = internal/i3
format = <label-state> <label-mode>
index-sort = true
wrapping-scroll = true

strip-wsnumbers = true
pin-workspaces = true

label-mode-padding = 2
label-mode-foreground = #0088CC

label-unfocused-foreground = #555555
label-unfocused-padding = 1

label-visible-foregroud = #888888
label-visible-padding = 1

label-focused-foreground = #0088CC
label-focused-padding = 2

label-urgent-padding = 1

label-dimmed-underline = ${BAR.background}
label-focused-underline = #0088CC

[module/cpu]
type = internal/cpu
interval = 0.5

format = <label> <ramp-coreload>
font-1 = Unifont:size=5;-3

label = CPU
;label-font = 3
;label-foreground = #0088CC

ramp-coreload-0 =
ramp-coreload-0-font = 4
ramp-coreload-0-foreground = #0088CC
ramp-coreload-1 =
ramp-coreload-1-font = 4
ramp-coreload-1-foreground = #0088CC
ramp-coreload-2 =
ramp-coreload-2-font = 4
ramp-coreload-2-foreground = #0088CC
ramp-coreload-3 =
ramp-coreload-3-font = 4
ramp-coreload-3-foreground = #0088CC

[module/memory]
type = internal/memory
format = <label> <bar-used>
label = RAM [%gb_used%] 
;label-foreground = #0088CC

bar-used-width = 10
bar-used-gradient = true
bar-used-foreground-0 = #0088CC
bar-used-foreground-1 = #2f8419
bar-used-foreground-2 = #f5a70a
bar-used-foreground-3 = #ed5456
bar-used-indicator =
bar-used-indicator-font = 3
bar-used-indicator-foreground = #fff
bar-used-fill =
bar-used-fill-font = 3
bar-used-empty =
bar-used-empty-font = 3
bar-used-empty-foreground = #44

[module/eth]
type = internal/network
interface = enp3s0
interval = 0.5

;format-connected-underline = #0088CC
label-connected =  [ :   %upspeed% | :   %downspeed% ]
;label-connected-foreground = #2aa198

;format-disconnected-underline = ${self.format-connected-underline}
;label-disconnected = NET %ifname% disconnected
;label-disconnected-foreground = NET ${colors.foreground-alt}

;Required if <bar-progress> is used
bar-progress-width = 5
bar-progress-format = %{+u}%{+o}%fill%%{-u}%{-o}%indicator%%{+u}%{+o}%empty%%{-u}%{-o}
bar-progress-indicator = |
bar-progress-indicator-foreground = ${BAR.foreground}
bar-progress-indicator-font = 3
bar-progress-fill =
bar-progress-fill-foreground = #5a5
bar-progress-fill-font = 3
bar-progress-empty =
bar-progress-empty-foreground = #555
bar-progress-empty-font = 3

[module/date]
type = internal/date
interval = 0.5

date =
date-alt = " %d/%m/%Y |"

time =%d/%m/%Y | %H:%M:%S
time-alt = %H:%M:%S

format-prefix =
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #0a6cf5

label = %date% %time%

[module/volume]
type = internal/volume

format-volume = <label-volume> <bar-volume>
label-volume = VOL
label-volume-foreground = ${root.foreground}

format-muted-prefix = " "
format-muted-foreground = ${colors.foreground-alt}
label-muted = sound muted

bar-volume-width = 10
bar-volume-foreground-0 = #55aa55
bar-volume-foreground-1 = #55aa55
bar-volume-foreground-2 = #55aa55
bar-volume-foreground-3 = #55aa55
bar-volume-foreground-4 = #55aa55
bar-volume-foreground-5 = #f5a70a
bar-volume-foreground-6 = #ff5555
bar-volume-gradient = true
bar-volume-indicator =
bar-volume-indicator-font = 2
bar-volume-indicator-foreground = #0088CC
bar-volume-fill =
bar-volume-fill-font = 2
bar-volume-empty =
bar-volume-empty-font = 2
bar-volume-empty-foreground = ${colors.foreground-alt}

[module/temperature]
type = internal/temperature
thermal-zone = 0
warn-temperature = 60

format = <ramp> <label>
format-underline = #0088CC
format-warn = <ramp> <label-warn>
format-warn-underline = ${self.format-underline}

label =%temperature%
labeil-foreground = #0088CC
label-warn = %temperature%
label-warn-foreground = ${colors.secondary}

ramp-0 =
ramp-1 =
ramp-2 =
ramp-foreground = ${colors.foreground-alt}

[module/powermenu]
type = custom/menu

format-spacing = 1

label-open =  power
label-open-foreground = ${colors.secondary}
label-close =  cancel
label-close-foreground = ${colors.secondary}
label-separator = |
label-separator-foreground = ${colors.foreground-alt}

menu-0-0 = reboot
menu-0-0-exec = menu-open-1
menu-0-1 = power off
menu-0-1-exec = menu-open-2

menu-1-0 = cancel
menu-1-0-exec = menu-open-0
menu-1-1 = reboot
menu-1-1-exec = sudo reboot

menu-2-0 = power off
menu-2-0-exec = sudo poweroff
menu-2-1 = cancel
menu-2-1-exec = menu-open-0

; vim:ft=dosini

CLICK TO VIEW

x

Notes

i3wm + Polybar

Reference: https://goo.gl/7VqPXt
Wall: http://imgur.com/a/TLB3A