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

Fresh (scrot)

virus69 Nov 30, 2016 (wms/i3)

config(raw, dl)

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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
#         '####::'#######::'##:::::'##:'##::::'##:
#	  . ##::'##.... ##: ##:'##: ##: ###::'###:
#	  : ##::..::::: ##: ##: ##: ##: ####'####:
#	  : ##:::'#######:: ##: ##: ##: ## ### ##:
#	  : ##:::...... ##: ##: ##: ##: ##. #: ##:
#	  : ##::'##:::: ##: ##: ##: ##: ##:.:: ##:
#	  '####:. #######::. ###. ###:: ##:::: ##:
#	  ....:::.......::::...::...:::..:::::..::

	    ############# i3 TWM ###############
	    #                                  #
	    # Mi configuración de i3 TWM       #
	    # Autor: Felix Molero              #
	    # Alias: Viru69                    #
	    # Email: elhackerliber@gmail.com   #
	    # Lic:  GPL v2                     #
	    #                                  #
            ############# i3 TWM ###############


#::::::::::::::::: Tecla window por default::::::::::::::::::::#
set $mod Mod4

# Fuente por dafault para ventanas y barra
font pango:Monospace 9

# Modo del Mouse para ventanas flotantes
floating_modifier $mod

#### Comandos default ####

# Iniciar una terminal
#bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Return workspace $WS1; exec urxvt #termite

# Salir de la ventana enfocada
bindsym $mod+Shift+q kill

# Llamar dmenu (menu)
#bindsym $mod+d exec dmenu_run
#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -b -nb '#011015' -sb '#567ec5' -sf '#000000' -fn 'Terminus-11' -l 10"
bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu='rofi -dmenu'

##Font: Ubuntu Mono
################################################################

#::::::::::::::::: Control de volumen :::::::::::::::#
bindsym XF86AudioRaiseVolume exec amixer -q set Master 2dB+ unmute
bindsym XF86AudioLowerVolume exec amixer -q set Master 2dB- unmute
bindsym XF86AudioMute exec amixer -q set Master toggle
# 

#media next and prev
bindsym Shift+Control+j exec ncmpcpp next
bindsym Shift+Control+k exec ncmpcpp prev
bindsym Shift+Control+space exec ncmpcpp toggle
# 

################################################################

#:::::::::::::::::::::: Config default ::::::::::::::::::::::::#
# change focus
bindsym $mod+j focus left
bindsym $mod+k focus down
bindsym $mod+l focus up
bindsym $mod+ntilde focus right

# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right

# move focused window
bindsym $mod+Shift+j move left
bindsym $mod+Shift+k move down
bindsym $mod+Shift+l move up
bindsym $mod+Shift+ntilde move right

# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right

# split in horizontal orientation
bindsym $mod+h split h

# split in vertical orientation
bindsym $mod+v split v

# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle

# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split

# toggle tiling / floating
bindsym $mod+Shift+space floating toggle

# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle

# focus the parent container
bindsym $mod+a focus parent

# customize workspace name
set $WS1   1:
set $WS2   2:
set $WS3   3:
set $WS4   4:
set $WS5   5:
set $WS6   6:
set $WS7   7:
set $WS8   8:
set $WS9   9:
set $WS0   10:

# switch to workspace
bindsym $mod+1 workspace $WS1
bindsym $mod+2 workspace $WS2
bindsym $mod+3 workspace $WS3
bindsym $mod+4 workspace $WS4
bindsym $mod+5 workspace $WS5
bindsym $mod+6 workspace $WS6
bindsym $mod+7 workspace $WS7
bindsym $mod+8 workspace $WS8
bindsym $mod+9 workspace $WS9
bindsym $mod+0 workspace $WS0

# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace $WS1
bindsym $mod+Shift+2 move container to workspace $WS2
bindsym $mod+Shift+3 move container to workspace $WS3
bindsym $mod+Shift+4 move container to workspace $WS4
bindsym $mod+Shift+5 move container to workspace $WS5
bindsym $mod+Shift+6 move container to workspace $WS6
bindsym $mod+Shift+7 move container to workspace $WS7
bindsym $mod+Shift+8 move container to workspace $WS8
bindsym $mod+Shift+9 move container to workspace $WS9
bindsym $mod+Shift+0 move container to workspace $WS0

#::::::::: Asignando programas a espacio de trabajo :::::::::::#
################################################################
assign [class="chromium"] 	$ws2
assign [class="Pale moon"]	$ws2
assign [class="Thunar"] 	$ws3
assign [class="Mousepad"] 	$ws4
assign [class="Vlc"] 		$ws5
assign [class="mplayer"] 	$ws5
assign [class="Soundconverter"] $ws5
assign [class="Popcorn-Time"] 	$ws5
#assign [class="Termite"] 	$ws1
assign [class="urxvt"] 		$ws1
assign [class="Franz"]		$ws6
assign [class="epdfview"]	$ws7
assign [class="Gimp"]		$ws7
assign [class="Inkscape"]	$ws7
assign [class="Gnumeric"]	$ws7
assign [class="libreoffice"]	$ws7
assign [class="Transmission"]	$ws8
assign [class="JDownloader"]	$ws8
assign [class="Lxappearance"]	$ws9
assign [class="Pavucontrol"]	$ws9
assign [class="imagewriter"]	$ws9
assign [class="(?i)virtualbox"]	$ws9
assign [class="minecraft"]	$ws0
################################################################

#:::::: Programas que se inician en espacios de trabajo :::::::#
################################################################
#exec --no-startup-id i3-msg 'workspace 1 : ; exec chromium'
#exec --no-startup-id i3-msg 'workspace 2 : ; exec thunar'
#exec --no-startup-id i3-msg 'workspace 3 : ; exec mousepad'
#exec --no-startup-id i3-msg 'workspace 4 : ; exec terminator -e mocp'
#exec --no-startup-id i3-msg 'workspace 5 : ; exec terminator'
################################################################

#:::::::::::::::: Config de estilo de bordes ::::::::::::::::::#
################################################################
# <normal|1pixel|pixel xx|none|pixel> #
new_window pixel 1
new_float normal
################################################################

#:::::::::::: Desactivar los bordes de ventanas :::::::::::::::#
################################################################
hide_edge_borders none
################################################################

#::::::::::::::::: Ventanas modo flotante :::::::::::::::::::::#
################################################################
#|||||||||||||| Ventanas flotantes con bordes |||||||||||||||||#
for_window [class="Galculator"] floating enable border normal
for_window [class="Geany"] floating enable border normal
for_window [class="GParted"] floating enable border normal
for_window [class="JDownloader"] floating enable border normal
for_window [class="Lightdm-gtk-greeter-settings"] floating enable border normal
for_window [class="Lxappearance"] floating enable border normal
for_window [class="Mousepad"] floating enable border normal
for_window [class="Nitrogen"] floating enable border normal
for_window [class="Pamac-update"] floating enable border normal
for_window [class="Pavucontrol"] floating enable border normal
for_window [class="Transmission-gtk"] floatingenable border normal
for_window [class="(?i)virtualbox"] floating enable border normal

#||||||||||||| Ventanas flotantes sin bordes ||||||||||||||||||#
for_window [class="Firefox"] enable border pixel 1
for_window [class="Galculator"] floating enable border pixel 4
for_window [class="soundconverter"] floating enable border pixel 1
for_window [class="Sonata"] floating enable border pixel 4
for_window [class="Terminator"] floating enable border pixel 1
for_window [class="Termite"] floating enable border pixel 4
for_window [class="URxvt"] floating enable border pixel 4
for_window [class="Vlc"] floating enable border pixel 1
for_window [class="xarchiver"] floating enable border pixel 1
for_window [class="XTerm"] floating enable border pixel 4
for_window [class="imagewriter"] floating enable border pixel 4
################################################################

#:::::::::: Posicion de ventana en esquina superior :::::::::::#
################################################################
bindsym $mod+Shift+p floating enable; resize set 560 px 340 px; sticky enable; move window to position 880 px 25 px
bindsym $mod+Shift+m floating enable; resize set 1280 px 500 px; sticky enable; move window to position 10 px 390 px
################################################################
#::::::::::::::::::::: Minimizar ventana ::::::::::::::::::::::#
# Mover ventana al scratchpad
bindsym $mod+Shift+minus move scratchpad
# Mostrar scratchpad
bindsym $mod+minus scratchpad show
################################################################

#:::::::::::::::::::::: Config default ::::::::::::::::::::::::#
################################################################
# reload the configuration file
bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
#bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"

# resize window (you can also use the mouse for that)
mode "resize" {
        # These bindings trigger as soon as you enter the resize mode

        # Pressing left will shrink the window’s width.
        # Pressing right will grow the window’s width.
        # Pressing up will shrink the window’s height.
        # Pressing down will grow the window’s height.
        bindsym j resize shrink width 10 px or 10 ppt
        bindsym k resize grow height 10 px or 10 ppt
        bindsym l resize shrink height 10 px or 10 ppt
        bindsym ntilde resize grow width 10 px or 10 ppt

        # same bindings, but for the arrow keys
        bindsym Left resize shrink width 10 px or 10 ppt
        bindsym Down resize grow height 10 px or 10 ppt
        bindsym Up resize shrink height 10 px or 10 ppt
        bindsym Right resize grow width 10 px or 10 ppt

        # back to normal: Enter or Escape
        bindsym Return mode "default"
        bindsym Escape mode "default"
}

bindsym $mod+r mode "resize"
################################################################

#:::::::::::::::::::::: Config del panel ::::::::::::::::::::::#
################################################################
bar {
#	id 			bar-1	
	status_command 		i3blocks -c ~/.config/i3/i3blocks.conf
	strip_workspace_numbers yes
	position 		top
#	mode 			dock
#	workspace_buttons 	yes
#	tray_output 		eDP1
  	height 			18
	font 			pango: Terminess Powerline, awesome 9
#	separator_symbol 	"::"

colors {
		background #012744 #005f87 #0088aa
		statusline #000000
		separator  #FF9955
#		background $transparent


#::::::::::::::::::::::: Indicadores ::::::::::::::::::::::::::#
################################################################
#				    border backgr. text
		focused_workspace  #ff9400 #ff9400 #000000 
		inactive_workspace #047475 #047475 #ffffff
		urgent_workspace   #ff7200 #ff7200 #ffffff
	}
}
################################################################

#:::::::::::::::: MARCO DE VENTANA ::::::::::::::::::#
################################################################
# class           		 border  backgr  text   indicator child_border 
client.focused		 	#607d8b #607d8b #DFDFDF  #dddddd   #607d8b
client.focused_inactive 	#263238 #263238 #9a9b9c  #111111   #263238
client.unfocused 		#455a64 #455a64 #a1a1a1  #bfbfbf   #455a64	
client.urgent   		#4a4b4c #4a4b4c #fdfdfd  #fbfbfb   #4a4c4b
client.placeholder     		#000000 #0c0c0c #ffffff  #000000   #0c0c0c

client.background       	#111111
################################################################

#::::::::::::::::::: Settings for i3-gaps :::::::::::::::::::::#
################################################################
# Set inner/outer gaps
#gaps inner 8
#gaps outer -4
set $default_gaps_inner 8
set $default_gaps_outer -4
gaps inner $default_gaps_inner
gaps outer $default_gaps_outer


# Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size.
# gaps inner|outer current|all set|plus|minus <px>
# gaps inner all set 10
# gaps outer all plus 5

# Smart gaps (gaps used if only more than one container on the workspace)
smart_gaps on

# Smart borders (draw borders around container only if it is not the only container on this workspace)
# on|no_gaps (on=always activate and no_gaps=only activate if the gap size to the edge of the screen is 0)
smart_borders on

# Press $mod+Shift+g to enter the gap mode. Choose o or i for modifying outer/inner gaps. Press one of + / - (in-/decrement for current workspace) or 0 (remove gaps for current workspace). If you also press Shift with these keys, the change will be global for all workspaces.
set $mode_gaps Gaps: (o) outer, (i) inner
set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global)
bindsym $mod+Shift+g mode "$mode_gaps"

mode "$mode_gaps" {
        bindsym o      mode "$mode_gaps_outer"
        bindsym i      mode "$mode_gaps_inner"
        bindsym Return mode "default"
        bindsym Escape mode "default"
}
mode "$mode_gaps_inner" {
        bindsym plus  gaps inner current plus 5
        bindsym minus gaps inner current minus 5
        bindsym 0     gaps inner current set 0

        bindsym Shift+plus  gaps inner all plus 5
        bindsym Shift+minus gaps inner all minus 5
        bindsym Shift+0     gaps inner all set 0

        bindsym Return mode "default"
        bindsym Escape mode "default"
}
mode "$mode_gaps_outer" {
        bindsym plus  gaps outer current plus 5
        bindsym minus gaps outer current minus 5
        bindsym 0     gaps outer current set 0

        bindsym Shift+plus  gaps outer all plus 5
        bindsym Shift+minus gaps outer all minus 5
        bindsym Shift+0     gaps outer all set 0

        bindsym Return mode "default"
        bindsym Escape mode "default"
}
################################################################

#:::::::::::::::::::: Salida del sistema ::::::::::::::::::::::#
################################################################
set $Locker i3lock && sleep 1
set $mode_system System:   L :  | S :  | P :  | R :  | E :
mode "$mode_system" {
    bindsym l exec --no-startup-id i3lock-fancy, mode "default"
    bindsym s exec --no-startup-id $Lock systemctl suspend, mode "default
    bindsym p exec --no-startup-id systemctl poweroff -i, mode "default"
    bindsym r exec --no-startup-id systemctl reboot, mode "default"
    bindsym e exec --no-startup-id i3-msg exit, mode "default"

    # back to normal: Enter or Escape
    bindsym Return mode "default"
    bindsym Escape mode "default"
}
bindsym $mod+x mode "$mode_system"
################################################################

#:::::::::::::::::: Lanzador de aplicaciones ::::::::::::::::::#
################################################################
# llamar Web Browser
bindsym $mod+F1 workspace $WS2;	exec palemoon

# llamar file manager
bindsym $mod+F2 workspace $WS3;	exec thunar

# llamar Text Editor
bindsym $mod+F3 workspace $WS4;	exec mousepad

# llamar Music Player ncmpcpp
bindsym $mod+F4 exec sonata

# llamar gparted
bindsym $mod+F5 workspace $WS9;	exec gksudo gparted

# llamar lightsm setting
bindsym $mod+F6 workspace $WS9;	exec gksudo lightdm-gtk-greeter-settings

# llamar lxappearance
bindsym $mod+F7 workspace $WS9;	exec lxappearance

# llamar volumen control
bindsym $mod+F8 workspace $WS9;	exec pavucontrol

# llamar vim editor
bindsym $mod+F9 exec termite -e vim

# llamar links
bindsym $mod+Shift+F1 workspace $WS2;	exec xlinks

# llamar creador usb boot
bindsym $mod+Shift+F5 workspace $WS9;	exec gksudo imagewriter

# llamar XTerm
bindsym $mod+Shift+x exec xterm

# llamar weechat
bindsym Shift+F6 workspace $WS9; exec gksudo lightdm-gtk-greeter-settings

# llamar editor de imagen gimp
bindsym $mod+Shift+F8 workspace $WS7;	exec gimp

# llamar popcorntime
bindsym $mod+m workspace $WS4; exec popcorntime

# llamar nitrogen
bindsym $mod+n 		exec nitrogen

# llamar screenshoot
bindsym $mod+p 		exec xfce4-screenshooter

# llamar ncmpcpp
bindsym Shift+F4 workspace $WS7; exec inkscape

# Captura de pantalla
bindsym $mod+Print --release exec "scrot -ue 'mv $f ~/Screenshots'; sleep 1; exec notify-send 'screenshot has been saved to ~/Screenshots'"
################################################################

#::::::::::::::::::: Aplicaciones al inicio :::::::::::::::::::#
################################################################
# DAEMON FILE MANAGER
exec --no-startup-id thunar --daemon

# WIFI
#exec --no-startup-id nm-applet

# wallpaper nitrogen
exec --no-startup-id nitrogen --restore
#; sleep 1; compton -b

# Transparencia
exec --no-startup-id compton -cCGb
#exec --no-startup-id  xcompmgr -c -f -n 

# Salva panlla
#exec --no-startup-id xscreensaver -nosplash

# Autobloqueo i3lock-fancy
exec xautolock -time 10 -locker i3lock-fancy

# Teclado numerico
exec --no-startup-id numlockx on

# Icono de volumen
#exec --no-startup-id volumeicon

# Notificador de Actualizaciones 
exec --no-startup-id aarchup

# Notificador de actualizaciones octopi
exec octopi-notifier

# Servidor de musica
exec --no-startup-id mpd

# Oneko
# exec oneko -rv -tofocus

# Conky Monitor
 exec conky -d; sleep 1 && transset-df .5 -n Conky &
# exec conky -c ~/.conkyrc
################################################################

CLICK TO VIEW

x

i3blocks.conf(raw, dl)

  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
# '####::'#######::'########::'##::::::::'#######:::'######::'##:::'##::'######::
# . ##::'##.... ##: ##.... ##: ##:::::::'##.... ##:'##... ##: ##::'##::'##... ##:
# : ##::..::::: ##: ##:::: ##: ##::::::: ##:::: ##: ##:::..:: ##:'##::: ##:::..::
# : ##:::'#######:: ########:: ##::::::: ##:::: ##: ##::::::: #####::::. ######::
# : ##:::...... ##: ##.... ##: ##::::::: ##:::: ##: ##::::::: ##. ##::::..... ##:
# : ##::'##:::: ##: ##:::: ##: ##::::::: ##:::: ##: ##::: ##: ##:. ##::'##::: ##:
# '####:. #######:: ########:: ########:. #######::. ######:: ##::. ##:. ######::
# ....:::.......:::........:::........:::.......::::......:::..::::..:::......:::

# align
# border
# color
# command
# full_text
# instance
# interval
# label
# min_width
# name
# separator
# separator_block_width
# short_text
# signal
# urgent

# Global properties
#
# The top properties below are applied to every block, but can be overridden.
# Each block command defaults to the script name to avoid boilerplate.
command=/usr/libexec/i3blocks/$BLOCK_NAME

full_text=
align=center
separator=false
separator_block_width=0
color=#0c0c0c
markup=pango

border_left=0
border_right=0
border_top=8
border_bottom=8
border=#012744

[focused window]
command=xtitle -s -r
interval=persist
color=#ffffff
border=#012744
border_right=3

[separator2]
full_text=<span background="#012744" foreground="#fec200"></span>
markup=pango
border=#012744

[weather]
instance=3647651
command=/usr/lib/i3blocks/weather
interval=60
color=#000000
markup=pango
border=#fec200
border_right=3

[separator1]
full_text=<span background="#fec200" foreground="#40c5c4"></span>
markup=pango
border=#fec200

[disk-home]
label=
command=/usr/lib/i3blocks/disk $HOME
instance=/home/virus69
interval=30
color=#000000
markup=pango
border=#40c5c4
border_right=3

[separator2]
full_text=<span background="#40c5c4" foreground="#419501"></span>
markup=pango
border=#40c5c4
align=center

[cpu_usage]
label=
command=/usr/lib/i3blocks/cpu_usage
interval=10
color=#000000
markup=pango
border=#419501
border_right=3

[separator1]
full_text=<span background="#419501" foreground="#fec200"></span>
markup=pango
border=#419501

[temp]
label=
command=echo `sensors -A | grep -oP '^Core.+?  \+\K\d+' | awk '{k+=$1}END{print k/NR}'` °C
interval=10
color=#000000
markup=pango
border=#fec200
border_right=3

[separator2]
full_text=<span background="#fec200" foreground="#40c5c4"></span>
markup=pango
border=#fec200

[wifi]
label=
command=/usr/lib/i3blocks/wifi
instance=wlan0
interval=10
color=#000000
markup=pango
border=#40c5c4
border_right=3

[separator1]
full_text=<span background="#40c5c4" foreground="#419501"></span>
markup=pango
border=#40c5c4

[volume]
label=
command=/usr/lib/i3blocks/volume
instance=Master
interval=once
signal=10
border_right=3
color=#000000
border=#419501


[separator2]
full_text=<span background="#419501" foreground="#fec200"></span>
border=#419501
markup=pango

[time]
label=
command=date '+%I:%M %p'
interval=5
color=#000000
border=#fec200
border_right=3
markup=pango

#::::::::::::::: Desactivated ::::::::::::::::#

#[uptime_label]
#label=
#command=/usr/lib/i3blocks/uptime
#interval=60
#border=#543154

#[separator]
#full_text=〈
#color=#000000

#[memory]
#label=⚅
#command=/usr/lib/i3blocks/memory
#instance=mem
#interval=30
#border=#556072

#[separator]
#full_text=〈
#color=#000000

#[time]
#label= 
#command=date '+%a:%d/%m/%y'
#interval=5
#border=#70774e



#[music]
#label= :
#command=mpc current
#color=#000000
#interval=20


#[dunst]
#command=/usr/lib/i3blocks/notify
#signal=12

#[host]
#label=:
#command=uname -r
#color=#84c800
#interval=once

#[wireless]
#label=:
#command=[[ -z "(iwgetid -r)" ]] || echo "$(iwgetid -r)"
#interval=2

#######################################################

#[separator1]
#full_text=<span background="#1a253a" foreground="#3c4a59"></span>
#border=#1a253a
#markup=pango

#[upload]
#label=
#command=~/.config/i3/scripts/bandwidth.sh tx
#min_width=0000 kB/s
#align=left
#interval=1 # IMPORTANT
#border=#3c4a59
#markup=pango

#[separator2]
#full_text=<span background="#3c4a59" foreground="#1a253a"></span>
#border=#3c4a59
#markup=pango

#[download]
#label=
#command=~/.config/i3/scripts/bandwidth.sh rx
#min_width=0000 kB/s
#align=left
#interval=1 # IMPORTANT
#border=#1a253a
#markup=pango
 

x

dunstrc(raw, dl)

  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
# '####::'#######::'########::'##::::::::'#######:::'######::'##:::'##::'######::
# . ##::'##.... ##: ##.... ##: ##:::::::'##.... ##:'##... ##: ##::'##::'##... ##:
# : ##::..::::: ##: ##:::: ##: ##::::::: ##:::: ##: ##:::..:: ##:'##::: ##:::..::
# : ##:::'#######:: ########:: ##::::::: ##:::: ##: ##::::::: #####::::. ######::
# : ##:::...... ##: ##.... ##: ##::::::: ##:::: ##: ##::::::: ##. ##::::..... ##:
# : ##::'##:::: ##: ##:::: ##: ##::::::: ##:::: ##: ##::: ##: ##:. ##::'##::: ##:
# '####:. #######:: ########:: ########:. #######::. ######:: ##::. ##:. ######::
# ....:::.......:::........:::........:::.......::::......:::..::::..:::......:::

# align
# border
# color
# command
# full_text
# instance
# interval
# label
# min_width
# name
# separator
# separator_block_width
# short_text
# signal
# urgent

# Global properties
#
# The top properties below are applied to every block, but can be overridden.
# Each block command defaults to the script name to avoid boilerplate.
command=/usr/libexec/i3blocks/$BLOCK_NAME

full_text=
align=center
separator=false
separator_block_width=0
color=#0c0c0c
markup=pango

border_left=0
border_right=0
border_top=8
border_bottom=8
border=#012744

[focused window]
command=xtitle -s -r
interval=persist
color=#ffffff
border=#012744
border_right=3

[separator2]
full_text=<span background="#012744" foreground="#fec200"></span>
markup=pango
border=#012744

[weather]
instance=3647651
command=/usr/lib/i3blocks/weather
interval=60
color=#000000
markup=pango
border=#fec200
border_right=3

[separator1]
full_text=<span background="#fec200" foreground="#40c5c4"></span>
markup=pango
border=#fec200

[disk-home]
label=
command=/usr/lib/i3blocks/disk $HOME
instance=/home/virus69
interval=30
color=#000000
markup=pango
border=#40c5c4
border_right=3

[separator2]
full_text=<span background="#40c5c4" foreground="#419501"></span>
markup=pango
border=#40c5c4
align=center

[cpu_usage]
label=
command=/usr/lib/i3blocks/cpu_usage
interval=10
color=#000000
markup=pango
border=#419501
border_right=3

[separator1]
full_text=<span background="#419501" foreground="#fec200"></span>
markup=pango
border=#419501

[temp]
label=
command=echo `sensors -A | grep -oP '^Core.+?  \+\K\d+' | awk '{k+=$1}END{print k/NR}'` °C
interval=10
color=#000000
markup=pango
border=#fec200
border_right=3

[separator2]
full_text=<span background="#fec200" foreground="#40c5c4"></span>
markup=pango
border=#fec200

[wifi]
label=
command=/usr/lib/i3blocks/wifi
instance=wlan0
interval=10
color=#000000
markup=pango
border=#40c5c4
border_right=3

[separator1]
full_text=<span background="#40c5c4" foreground="#419501"></span>
markup=pango
border=#40c5c4

[volume]
label=
command=/usr/lib/i3blocks/volume
instance=Master
interval=once
signal=10
border_right=3
color=#000000
border=#419501


[separator2]
full_text=<span background="#419501" foreground="#fec200"></span>
border=#419501
markup=pango

[time]
label=
command=date '+%I:%M %p'
interval=5
color=#000000
border=#fec200
border_right=3
markup=pango

#::::::::::::::: Desactivated ::::::::::::::::#

#[uptime_label]
#label=
#command=/usr/lib/i3blocks/uptime
#interval=60
#border=#543154

#[separator]
#full_text=〈
#color=#000000

#[memory]
#label=⚅
#command=/usr/lib/i3blocks/memory
#instance=mem
#interval=30
#border=#556072

#[separator]
#full_text=〈
#color=#000000

#[time]
#label= 
#command=date '+%a:%d/%m/%y'
#interval=5
#border=#70774e



#[music]
#label= :
#command=mpc current
#color=#000000
#interval=20


#[dunst]
#command=/usr/lib/i3blocks/notify
#signal=12

#[host]
#label=:
#command=uname -r
#color=#84c800
#interval=once

#[wireless]
#label=:
#command=[[ -z "(iwgetid -r)" ]] || echo "$(iwgetid -r)"
#interval=2

#######################################################

#[separator1]
#full_text=<span background="#1a253a" foreground="#3c4a59"></span>
#border=#1a253a
#markup=pango

#[upload]
#label=
#command=~/.config/i3/scripts/bandwidth.sh tx
#min_width=0000 kB/s
#align=left
#interval=1 # IMPORTANT
#border=#3c4a59
#markup=pango

#[separator2]
#full_text=<span background="#3c4a59" foreground="#1a253a"></span>
#border=#3c4a59
#markup=pango

#[download]
#label=
#command=~/.config/i3/scripts/bandwidth.sh rx
#min_width=0000 kB/s
#align=left
#interval=1 # IMPORTANT
#border=#1a253a
#markup=pango
 

x

.Xresources(raw, dl)

  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
! URXVT-CONFIG
!------------------------------------------------

URxvt.buffered:         true
URxvt.font:             xft:Terminess Powerline:pixelsize=10:antialias=false
URxvt.boldFont:         xft:Terminess Powerline:bold:pixelsize=10:antialias=false
URxvt*scrollBar:                      	false
URxvt*mouseWheelScrollPage:           	false
URxvt*cursorBlink:                    	true
URxvt.geometry: 		      	        95x25+0+0
URxvt*depth: 				            32
URxvt.intensityStyles:			        true
URxvt.fading: 				            15

! EXTENSIONS
!-------------------------------------------------
URxvt*perl-lib:        			/usr/lib/urxvt/perl/
URxvt*perl-ext-common: 			default,matcher,searchable-scrollback
URxvt.cutchars: 			"()*,<>[]{}|''"

! URXVT COPY PASTE SHORTCUTS
!------------------------------------------------

URxvt.keysym.M-c:                     	perl:clipboard:copy
URxvt.keysym.M-v:                     	perl:clipboard:pasteq

! URXVT FULLSCREEN TOGGLE
!------------------------------------------------

URxvt.keysym.F11:                       perl:fullscreen:switch
URxvt.perl-ext-common: 			default,matcher,vtwheel
URxvt.url-launcher: 			/usr/bin/palemoon
URxvt.matcher.button: 			1

! XTERM-CONFIG
!------------------------------------------------

! Fonts:
Uxterm*faceName: Terminess Powerline
Uxterm*faceSize:	8

! Configuración local
UXTerm*locale: 	true

!Adjust line spacing
UXTerm*scaleHeight: 1.01

! Shell entrada por defecto...
UXTerm*loginshell: true

! Enable bell urgent
Uxterm*bellIsUrgent: true

! Fix the 'Alt' key
UXTerm*metaSendsEscape: true

! scrollback...
UXTerm*savelines: 10000

! Doble click selección de URL...
UXTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48

! Geometra de ventana...
Uxterm*VT100.geometry: 94x28+0+0


! URXVT + XTERM COLOR
!------------------------------------------------

!BLACK
#define _color0        #2a404d
#define _color8        #55798b

!RED
#define _color1        #f44336
#define _color9        #ef6663

!GREEN
#define _color2        #419501
#define _color10       #4caf50

!YELLOW
#define _color3        #fec200
#define _color11       #ffeb3b

!BLUE
#define _color4        #0061b1
#define _color12       #03a9f4

!MAGENTA
#define _color5        #ff4081
#define _color13       #ea5c92

!CYAN
#define _color6        #009688
#define _color14       #26a69a

!WHITE
#define _color7        #abacad
#define _color15       #ffffff

!FMT Include, StatusLine, ErrorMsg
#define _colorBD       #ffffff
#define _colorUL       #355d5d
#define _colorIT       #999999

!TXT Normal, Normal, Cursor
#define _foreground    #c5c8c6
#define _background    #012744
#define _cursorColor   #368ba8


URxvt*color0         : _color0
URxvt*color1         : _color1
URxvt*color2         : _color2
URxvt*color3         : _color3
URxvt*color4         : _color4
URxvt*color5         : _color5
URxvt*color6         : _color6
URxvt*color7         : _color7
URxvt*color8         : _color8
URxvt*color9         : _color9
URxvt*color10        : _color10
URxvt*color11        : _color11
URxvt*color12        : _color12
URxvt*color13        : _color13
URxvt*color14        : _color14
URxvt*color15        : _color15
URxvt*colorBD        : _colorBD
URxvt*colorIT        : _colorIT
URxvt*colorUL        : _colorUL
URxvt*foreground     : _foreground
URxvt*background     : [95]#012744
URxvt*cursorColor    : _cursorColor

!rgba:0000/0000/0200/c800 

UXTerm*color0         : _color0
UXTerm*color1         : _color1
UXTerm*color2         : _color2
UXTerm*color3         : _color3
UXTerm*color4         : _color4
UXTerm*color5         : _color5
UXTerm*color6         : _color6
UXTerm*color7         : _color7
UXTerm*color8         : _color8
UXTerm*color9         : _color9
UXTerm*color10        : _color10
UXTerm*color11        : _color11
UXTerm*color12        : _color12
UXTerm*color13        : _color13
UXTerm*color14        : _color14
UXTerm*color15        : _color15
UXTerm*colorBD        : _colorBD
UXTerm*colorIT        : _colorIT
UXTerm*colorUL        : _colorUL
UXTerm*foreground     : _foreground
UXTerm*background     : _background
UXTerm*cursorColor    : _cursorColor

! ROFI
!---------------------------------

rofi.font		: terminal 9

!			   'bg'	    'fg'     'bgalt'  'hlbg'      'hlf'
rofi.color-normal	: #009688,  #ffffff, #012744, #fec200,	#000000 
rofi.color-urgent	: #011015,  #000000, #000000, #d094e4,	#000000 
rofi.color-active	: #011015,  #5f819d, #000000, #5f819d,	#000000	

!			'background' 'border'
rofi.color-window	: #012744,   #fec200

! XPDF
!-------------------------------------
xpdf*antialias		: yes
xpdf*background		: white
xpdf*enableFreetype	: yes
xpdf*foreground		: black
xpdf*urlCommand		: chromium %s
 

x

.conkyrc(raw, dl)

 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
conky.config = {
	alignment 			= 'top_right',
	background 			= true,
	color2 				= '008066',
	cpu_avg_samples 		= 2,
	default_color 			= 'ffffff',
	double_buffer 			= true,
	font 				= 'Zekton:size=8',
	draw_shades 			= false,
	gap_x 				= 25,
	gap_y 				= 150,
	minimum_width 			= 200,
	maximum_width 			= 200,
	no_buffers 			= true,
	own_window 			= true,
	own_window_type 		= 'override',
	own_window_transparent 		= true,
	update_interval 		= 1.0,
	use_xft 			= true,
}
conky.text = [[
${voffset 8}$color2${font Zekton:size=16}${time %A}$font\
${voffset -8}$alignr$color${font Zekton:size=38}${time %e}$font
$color${voffset -30}$color${font Zekton:size=18}${time %b}$font\
${voffset -3} $color${font Zekton:size=20}${time %Y}$font$color2$hr
#
${voffset 10}${goto 40}${font Zekton:size=8}${color}CPU${font Bitstream Vera Sans:bold:size=8}$alignr$cpu%
${voffset 5}${goto 40}$font$color2${top name 1}$alignr$color${top cpu 1}%
${goto 40}$color2${top name 2}$alignr$color${top cpu 2}%
${goto 40}$color2${top name 3}$alignr$color${top cpu 3}%
${goto 40}$color2${top name 4}$alignr$color${top cpu 4}%
# ${goto 40}$color2${top name 5}$alignr$color${top cpu 5}%
#
${voffset 10}${goto 40}${color}RAM${font Bitstream Vera Sans:bold:size=8}$alignr$mem$font
${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4}
# ${goto 40}$color2${top_mem name 5}$alignr$color${top_mem mem_res 5}
#
${voffset 10}${goto 40}${color}Swap${font Bitstream Vera Sans:bold:size=8}$alignr${swap}/ ${swapfree}
${voffset -5}$font$alignr${execi 10000 awk -F= '/TION/ {print $2}' /etc/lsb-release |sed 's/"//g'} \
${execi 10000 awk -F= '/EASE=/ {printf $2" "} /NAME/ {print $2}' /etc/lsb-release}
${voffset 10}${color2}${alignr}${execi 1200 whoami}@${nodename}
${alignr}${color2}${font Bitstream Vera Sans:size=8}uptime: ${color}${uptime_short}
${voffset 5}${color2}${font Zekton:size=8}${alignr}kernel: ${color}${kernel}
${voffset -5}$color2$hr
${voffset -5}${goto 16}$color${font Zekton:size=30}${time %I:%M}${font Zekton:size=15} ${time %S}${color2} ${time %P}

${voffset -20}${color}${font Zekton:size=8}MPD$alignr${if_mpd_playing} ${color}${mpd_artist} ${mpd_title} 
${color2}${mpd_bar 3 2}
]]
 

x