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

Melon (scrot) (+2 likes)

virus69 Feb 28, 2018 (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
497
498
499
500
501
502
503
504
505
506
507
508
#     		'####::'#######::'##:::::'##:'##::::'##:
#     		. ##::'##.... ##: ##:'##: ##: ###::'###:
#     		: ##::..::::: ##: ##: ##: ##: ####'####:
#     		: ##:::'#######:: ##: ##: ##: ## ### ##:
#     		: ##:::...... ##: ##: ##: ##: ##. #: ##:
#    		: ##::'##:::: ##: ##: ##: ##: ##:.:: ##:
#     		'####:. #######::. ###. ###:: ##:::: ##:
#     		....:::.......::::...::...:::..:::::..::

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


#::::::::::::::::::::::::::: Default settings ::::::::::::::::::::::::::::::::#

#                      Activa Tecla Meta por default

set $mod Mod4
#------------------------------------------------------------------------------#

#               Fuente por defecto para los bordes de ventanas

font pango:Monospace 9              
#------------------------------------------------------------------------------#

#           Activo el modo del mouse para mover las ventanas flotantes

floating_modifier $mod
#------------------------------------------------------------------------------#



#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
#                       Ejecutar shell URxvt + Tmux

bindsym $mod+Return workspace $WS1; exec urxvt #-e tmux
bindsym $mod+t exec termite
#------------------------------------------------------------------------------#

#                       Cerrar ventanas enfocadas

bindsym $mod+Shift+q kill
#------------------------------------------------------------------------------#

#                       Ejecutar dmenu + rofi

bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu='rofi -dmenu'


#:::::::::::::::::::::::: i3 default config window ::::::::::::::::::::::::::::#

#                       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 and vertical orientation
bindsym $mod+h split h
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: Bash
set $WS2   2: Web
set $WS3   3: File
set $WS4   4: Code
set $WS5   5: Media
set $WS6   6: Chat
set $WS7   7: Doc
set $WS8   8: Down
set $WS9   9: Conf
set $WS0   10: Games

#       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

#::::::::::::::::::::::::: App assigned in workspace ::::::::::::::::::::::::::# 

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="(?i)popcorntime"]    $ws5
#assig [class="Termite"]            $ws1
#assign [class="urxvt"]             $ws1
#assign [class="Franz"]             $ws6
assign [class="(?i)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


#:::::::::::::::::::::::::::: 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"


#:::::::::::::::::::::::::::::: Style border ::::::::::::::::::::::::::::::::::#

# <normal|1pixel|pixel xx|none|pixel> #
new_window pixel 1
new_float normal

#       Disable border window
hide_edge_borders none


#:::::::::::::::::;: Assigned window mode floating ::::::::::::::::::::::::::::#

#|||||||||||||| 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


#:::::::::::::::::::::::: Position window top right :::::::::::::::::::::::::::#

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 ventanas
# Mover ventana al scratchpad
bindsym $mod+Shift+minus move scratchpad

# # Mostrar scratchpad
bindsym $mod+minus scratchpad show


#:::::::::::::::::::::::::::::::: i3 Panel ::::::::::::::::::::::::::::::::::::#

bar {
        status_command              i3blocks -c ~/.config/i3/i3blocks.conf
        position                    top
        mode                        dock
        strip_workspace_numbers     yes
        height                      25
        font                        pango: xos4 Terminess Powerline, Awesome 9
        separator_symbol            "::"

#   Color panel
colors {
		background #100C08
		statusline #E6E5CA
		separator  #984141

#   Indicadores panel
#                        border  backgr   text
    focused_workspace   #A87451 #A87451 #E6E5CA
    inactive_workspace  #2F3032 #2F3032 #E6E5CA
    urgent_workspace    #984141 #984141 #E6E5CA
       }
}


#::::::::::::::::::::::::::::: Frame window :::::::::::::::::::::::::::::::::::#

# Class                     border  backgr   text  indicator child_border
client.focused		    #2F3032 #2F3032 #E6E5CA  #2F3032  #2F3032
client.focused_inactive     #5A5C5F #5A5C5F #E6FFFF  #5A5C5F  #5A5C5F
client.unfocused            #5A5C5F #5A5C5F #E6FFFF  #5A5C5F  #5A5C5F
client.urgent   	    #984141 #984141 #121212  #984141  #984141
client.placeholder          #ECEFF1 #ECEFF1 #121212  #ECEFF1  #ECEFF1

client.background           #2F3032


#:::::::::::::::::::::::: Settings for gaps window ::::::::::::::::::::::::::::#

# Set inner/outer gaps
set $default_gaps_inner 8
set $default_gaps_outer -4
gaps inner $default_gaps_inner
gaps outer $default_gaps_outer

smart_gaps on
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 3
    bindsym minus   gaps inner current minus 3
    bindsym 0       gaps inner current set 0

    bindsym Shift+plus  gaps inner all plus 3
    bindsym Shift+minus gaps inner all minus 3
    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 3
    bindsym minus   gaps outer current minus 3
    bindsym 0       gaps outer current set 0

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

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


#::::::::::::::::::::::::::::::: Out system :::::::::::::::::::::::::::::::::::#

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"

#:::::::::::::::::::::::::::: Volume control ::::::::::::::::::::::::::::::::::#

#       Alsamixer control

# Increase sound volume
#bindsym XF86AudioRaiseVolume exec "amixer sset Master '3%+'"
# Decrease sound volume
#bindsym XF86AudioLowerVolume exec "amixer sset Master '3%-'"
# Mute sound
#bindsym XF86AudioMute exec "amixer set Master toggle"

# Increase sound volume key plus
#bindsym plus exec "amixer sset Master '3%'"
# Decrease sound volume key minus
#bindsym minus exec "amixer sset Master '3%-'"
# Mute sound
#bindsym F10 exec "amixer set Master toggle"
#------------------------------------------------------------------------------#

#       Pulseaudio control:
# Increase sound volume
#bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% 
# Decrease sound volume
#bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% 
# Mute sound
#bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle

# Increase sound volume key plus
bindsym Ctrl+plus exec --no-startup-id pactl set-sink-volume 0 +5%
# Decrease sound volume key minus
bindsym Ctrl+minus exec --no-startup-id pactl set-sink-volume 0 -5%
# Mute sound
bindsym Ctrl+0 exec --no-startup-id pactl set-sink-mute 0 toggle
#:::::::::::::::::::::::: Multimedia control ::::::::::::::::::::::::::::::::::#

#       Media player control
#bindsym XF86AudioPlay exec "mpc toggle"
#bindsym XF86AudioStop exec "mpc stop"
#bindsym XF86AudioPrev exec "mpc prev"
#bindsym XF86AudioNext exec "mpc next"


#       Media player control key
bindsym $mod+Ctrl+p exec "mpc toggle"
bindsym $mod+Ctrl+s exec "mpc stop"
bindsym $mod+Ctrl+Left exec "mpc prev"
bindsym $mod+Ctrl+Right exec "mpc next"
#::::::::::::::::::::::::::::::: Launcher APP :::::::::::::::::::::::::::::::::#

#       Call web browser
bindsym $mod+F1 workspace $WS2; exec firefox #palemoon
bindsym $mod+Shift+F1 workspace $WS2; exec google-chrome-stable
#chromium

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

#       Call text edit
bindsym $mod+F3 workspace $WS4; exec mousepad
bindsym $mod+Shift+F3 workspace $WS4; exec termite -e tmux

#       Call multimedia
bindsym $mod+F4 workspace $WS5; exec sonata

#       Call chat
bindsym $mod+F5 workspace $WS6; exec Franz

#       Call image edit
bindsym Shift+F4 workspace $WS7; exec inkscape
bindsym $mod+Shift+F8 workspace $WS7; exec gimp

#       Call tools settings
bindsym $mod+Shift+F5 workspace $WS9; exec gksudo imagewriter

bindsym $mod+F6 workspace $WS9; exec gksudo gparted
bindsym $mod+Shift+F6 workspace $WS9; exec gksudo lightdm-gtk-greeter-settings
bindsym Shift+F6 workspace $WS9; exec gksudo grub-customizer

bindsym $mod+F7 workspace $WS9; exec lxappearance
bindsym $mod+F8 workspace $WS9; exec pavucontrol

#   Call tools free workspace
bindsym $mod+n exec nitrogen
bindsym $mod+p exec xfce4-screenshooter


#:::::::::::::::::::::: Autostart app and daemons :::::::::::::::::::::::::::::#

#       Daemon
exec --no-startup-id thunar --daemon

#       Background
exec --no-startup-id nitrogen --restore

#       Pulseaudio
exec --no-startup-id start-pulseaudio-x11

#       Music server MPD
exec --no-startup-id mpd

#       Composite manager
#exec --no-startup-id compton -cCGb      
exec --no-startup-ic xcompmgr -c -t-5 -l-5 -r4.2 -o.55

#       Number unlocker
exec --no-startup-id numlockx on

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

#       Conky
exec conky -d; sleep 1 && transset-df .5 -n Conky &

#		Xresources
exec --no-startup-id xrdb ~/.Xresources

#		Dunst
#exec --no-startup-id dunst -config ~/.config/dunst/dunstrc

# update notify
#exec  kalu
#==============================================================================#
#       Update notifier Archlinux
#exec --no-startup-id aarchup            # exec octopi-notifier
#       Clipboard
#exec --no-startup-id parcellite
#       Screensaver
# exec --no-startup-id xscreensaver -nospalsh
#       Oneko
# exec oneko -rv -tofocus



# 	Xresources, xmodmap, start urxvt daemon
exec --no-startup-id "/usr/bin/xmodmap /home/<user>/.keymap"
exec --no-startup-id "/usr/bin/urxvtd -q -f -o"
exec --no-startup-id "/usr/bin/xrdb -merge /home/<user>/.Xresources"

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

# 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=true
#separator_block_width=6
#color=#e7dfd9
markup=pango

#border_left=0
#border_right=0
#border_top=0
#border_bottom=3
#border=#0d1116

[focused window]
command=xtitle -s -r
interval=persist
#border=#DCDCDC

[weather]
instance=3647651
command=/usr/lib/i3blocks/weather
interval=60
markup=pango
#border=#C0C0C0

[disk-home]
label=
command=/usr/lib/i3blocks/disk $HOME
instance=/home/virus69
interval=30
markup=pango
#border=#535353

#
[cpu_usage]
label=
command=/usr/lib/i3blocks/cpu_usage
interval=10
markup=pango
#border=#3D3D3D

#
[temp]
label=
#command=echo `sensors -A | grep -oP '^Core.+?  \+\K\d+' | awk '{k+=$1}END{print k/NR}'` °C
command=/usr/lib/i3blocks/temperature
interval=10
markup=pango
#border=#D64937

[volume]
label=
command=/usr/lib/i3blocks/volume
instance=Master
interval=3
signal=10
#border=#DCDCDC 

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

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

#[mediaplayer]
#command=/usr/lib/i3blocks/mediaplayer
#instance=mpd
#interval=5
#signal=10
#border=#3D3D3D
#markup=pango

[mpd]
command=/usr/lib/i3blocks/i3blocks-mpd
interval=5
signal=10
#border=#6D6D6D 
markup=pango

[pacman-updates]
label=
command=/usr/lib/i3blocks/arch-update.py -a -b "#6c6f50" -u "#a87451" -w "^linux.*" "^pacman.*"
markup=pango
interval= 3600
#border=#424242

[time]
label=
command=date '+%a %d %b %Y'
interval=5
#border=#D64937 
markup=pango

[time]
label=
command=date '+%I:%M %P'
interval=5
#border=#D64937 
markup=pango
 

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
53
54
conky.config = {
	alignment 		= 'top_right',
	background 		= true,
	color1 			= '100c08',
	color2 			= '984141',
	color3			= 'A87451',
	cpu_avg_samples 	= 2,
	default_color 		= 'e6ffff',
	double_buffer 		= true,
	font 			= 'Zekton:size=8',
	draw_shades 		= false,
	gap_x 			= 25,
	gap_y 			= 80,
	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}$color3${font Zekton:size=16}${time %A}$font\
${voffset -8}$alignr$color2${font Zekton:size=38}${time %e}$font
$color${voffset -30}$color2${font Zekton:size=18}${time %b}$font\
${voffset -3} $color2${font Zekton:size=20}${time %Y}$font$color3$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$color1${top name 1}$alignr$color${top cpu 1}%
${goto 40}$color1${top name 2}$alignr$color${top cpu 2}%
${goto 40}$color1${top name 3}$alignr$color${top cpu 3}%
${goto 40}$color1${top name 4}$alignr$color${top cpu 4}%
# ${goto 40}$color1${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}$color1${top_mem name 1}$alignr$color${top_mem mem_res 1}
${goto 40}$color1${top_mem name 2}$alignr$color${top_mem mem_res 2}
${goto 40}$color1${top_mem name 3}$alignr$color${top_mem mem_res 3}
${goto 40}$color1${top_mem name 4}$alignr$color${top_mem mem_res 4}
# ${goto 40}$color1${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}${color1}${alignr}${execi 1200 whoami}@${nodename}
${alignr}${color1}${font Bitstream Vera Sans:size=8}uptime: ${color}${uptime_short}
${voffset 5}${color1}${font Zekton:size=8}${alignr}kernel: ${color}${kernel}
${voffset -5}$color3$hr
${voffset -5}${goto 16}$color3${font Zekton:size=30}${time %I:%M}${font Zekton:size=15} ${time %S}${color3} ${time %P}

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

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
!-------------------------
! XFT Settings gre

Xft.antialias:      true
Xft.autohint:       false
Xft.dpi:            96
Xft.rgba:           rgb
Xft.hinting:        true
Xft.hinystyle:      hintfull
Xft.lcdfilter:      lcddefault

!-------------------------
! URXVT Settings

URxvt*depth:                32
URxvt*internalBorder:       3
URxvt*fading:               15
URxvt*geometry:             95x55+0+0
URxvt*dynamicColors:        on
URxvt*buffered:             true
URxvt*urgenOnBell:          true
URxvt*bordeLess:            false
URxvt*scrollBar:            false
URxvt*mouseWheelScrollPage: true
URxvt*cursorBlink:          true
URxvt*cursorUnderline:      false
URxvt*cursorUnderlineURLs:  false
URxvt*intensityStyles:      false
URxvt*font:      xft:xos4 Terminess Powerline:style=Regular:pixelsize=10
URxvt*boldfont:  xft:xos4 Terminess Powerline:style=Bold:pixelsize=11

!-------------------------
! EXTENSIONS

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

!-------------------------
! 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.matcher.button:       /usr/bin/firefox

!-------------------------
! COLORS

! BLACK
#define _color0          #2F3032
#define _color8          #5A5C5F

! RED
#define _color1          #984141
#define _color9          #A45454

! GREEN
#define _color2          #6C6F50
#define _color10         #80836A 

! YELLOW
#define _color3          #A87451
#define _color11         #AD856B

! BLUE
#define _color4          #375268
#define _color12         #50697D

! MAGENTA
#define _color5          #4B3752
#define _color13         #6F5D75

! CYAN
#define _color6          #38534F
#define _color14         #5E7874

! WHITE
#define _color7          #8B8B8B
#define _color15         #B3B2A8

!--------------------------
!FMT Include, Statusline, ErrorMsg

#define _colorBD         #D02D66
#define _colorUL         #BA4DC8
#define _colorIT         #EF9135

!--------------------------
!TXT Normal, Normal, Cursor

#define _foreground      #E6E5CA
#define _background      #100C08
#define _cursorColor     #A87451


!--------------------------
!SCHEME COLORS URXVT

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*colorUL           : _colorUL
URxvt*colorIT           : _colorIT
URxvt*foreground        : _foreground
URxvt*background        : [90]#100C08
URxvt*cursorColor       : _cursorColor

!-----------------------------
! ROFI Settings

rofi.font               : terminal 9
rofi.lines              : 6
rofi.color-enable       : true
rofi.separator-style    : none
rofi.width              : 37
rofi.hide-scrollbar     : false 
rofi.columns            : 2

!------------------------------
! ROFI Colors

!                       'background'   'border' 
rofi.color-window       : #100C08,      #A87451

!                           'bg'     'fg'     'bgalt'   'hlbg'    'hlf'
rofi.color-normal       : #375268,  #E6E5CA,  #2F3032,  #A87451,  #E6E5CA
 

x

Notes

This configuration is inspired by a vintage color scheme.
The wallpaper can be downloaded from here: https://xxrapekxx.deviantart.com/art/Velvet-328585077