Cual por que hay cuatro.
Edito: te pongo todos
barra de arriba
conky.conf
use_xft yes
xftfont Bandal:bold:size=8
xftalpha 0.1
update_interval 1
total_run_times 0
own_window yes
own_window_transparent no
own_window_argb_visual yes
own_window_argb_value 225
own_window_type normal
own_window_class conky-semi
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_colour dcdcdc
double_buffer yes
minimum_size 1921 10
maximum_width 1921
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color black
default_shade_color FFFFFF
default_outline_color w
alignment bottom_middle
gap_x 0
gap_y 1010
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
TEXT
${offset 16} \
${font Bandal:bold:size=8.75} \
${color F14C4C}Sis ${offset 10}$color${sysname} ${kernel}${offset 10}·${offset 10} \
${color F14C4C}Act ${offset 10}$color${uptime}${offset 10}·${offset 10} \
${color F14C4C}CPU ${offset 10}$color${cpu cpu0}% ${voffset 1}${cpubar 6, 30}${voffset -1}${offset 10}·${offset 10} \
${color F14C4C}CPU Freq ${offset 10}$color${freq_g}Ghz${offset 10}·${offset 10} \
${color F14C4C}CPU Temp ${offset 10}$color${platform coretemp.0 temp 2}º - ${platform coretemp.0 temp 3}º - ${platform coretemp.0 temp 4}º - ${platform coretemp.0 temp 5}º${offset 10}·${offset 10} \
${color F14C4C}RAM ${offset 10}$color$memperc% ${voffset 1}${membar 6, 30}${voffset -1}${offset 10}·${offset 10} \
${color F14C4C}Root ${offset 10}$color${fs_used /} / ${fs_size /} - ${fs_used_perc /}% ${voffset 1}${fs_bar 6, 30}${voffset -1}${offset 10}·${offset 10} \
${color F14C4C}Home ${offset 10}$color${fs_used /home} / ${fs_size /home} - ${fs_used_perc /home}% ${voffset 1}${fs_bar 6, 30 /home}${voffset -1}${offset 10}·${offset 10} \
${color F14C4C}Down ${offset 10}$color${downspeed eth0}${offset 10}·${offset 10} \
${color F14C4C}Up ${offset 10}$color${upspeed eth0}${offset 10}·${offset 10} \
${color F14C4C}IP ${offset 10}$color${execi 1200 ~/.conky/ip.sh}
Musica
conky_musi
use_xft yes
xftfont Verdana:size=7
xftalpha 0.1
update_interval 1
total_run_times 0
own_window yes
own_window_transparent yes
own_window_argb_visual yes
own_window_type normal
own_window_class conky-semi
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 1050 200
maximum_width 1050
draw_shades no
draw_borders no
draw_graph_borders no
default_color F6F6F6 #DCDCDC
default_shade_color 000000
#default_outline_color 696E72
#draw_outline yes
alignment bottom_left
gap_x 80
gap_y 835
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
TEXT
${if_running amarok} # Si Amarok está en ejecución...
${if_match ${execi 4 expr length "`qdbus org.kde.amarok /Player GetMetadata | grep title: | cut -b 8-`"} > 0} # Mirar si tenemos titulo = se está repruduciendo musica (mirar si se puede hacer de otra manera)
${if_match ${execi 4 expr length "`qdbus org.kde.amarok /Player GetMetadata | grep title: | cut -b 8-`"} > 42} # Si la longitud del titulo es > 80, scroll.
${font Varela Round:size=20}${color F6F6F6}${scroll 42 1${execi 4 qdbus org.kde.amarok /Player GetMetadata | grep title: | cut -b 8-}}${font} # Título canción scroll
${else} # Si no es > 22
${font Varela Round:size=20}${color F6F6F6}${execi 4 qdbus org.kde.amarok /Player GetMetadata | grep title: | cut -b 8-}${font} # Título canción
${endif} # End if logitud título > 22
${color 1B1C1F}
${voffset 6}${offset 30}${font Varela Round:size=12}${execi 4 qdbus org.kde.amarok /Player GetMetadata | grep -w artist: | cut -b 9-}${font} # Artista canción
${color DCDCDC}
#${voffset 1}${offset 50}${font Varela Round:size=10}${execi 4 qdbus org.kde.amarok /Player GetMetadata | grep album: | cut -b 8-}${font} # Album de la canción
${else} # Else de si long título > 0 Amarok
${if_running spotify} # Si Spotify está en ejecución...
${if_match ${execi 4 expr length "`qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep title: | cut -b 20-`"} > 0} # Mirar si tenemos titulo = se está repruduciendo musica (mirar si se puede hacer de otra manera)
${if_match ${execi 4 expr length "`qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep title: | cut -b 20-`"} > 42} # Si la longitud del titulo es > 80, scroll.
${font Quicksand:bold:size=20}${color 1B1C1F}${scroll 22 1${execi 4 qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep title: | cut -b 20-}}${font} # Título canción scroll
${else} # Si no es > 80
${font Quicksand:bold:size=36}${color 1B1C1F}${execi 4 qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep title: | cut -b 20-}${font} # Título canción
${endif} # End if logitud título > 80
${color}
${voffset -2}${offset 20}${font Quicksand:bold:size=24}${execi 4 qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep artist: | cut -b 15-}${font} # Artista canción
${voffset -2}${offset 20}${font :bold:size=18}${execi 4 qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep album: | cut -b 20-}${font} # Album de la canción
${else} # Else de si long título > 0 Clementine
${voffset 18}${color 1B1C1F} ${font Comfortaa:pixelsize=78}${color 1B1C1F}${time %H}${font}${voffset -50}${color}${font Comfortaa:pixelsize=78}${time :%M:%S}${font}
${voffset 8}${offset 15}${font Comfortaa:pixelsize=26}${time %A}${font}${offset 10}${font Comfortaa:pixelsize=26}${color 999999}${voffset -9}${time %d}${color dddddd}${font}${offset 5}${voffset -9}${font Comfortaa:pixelsize=26}${time %B}${offset 5}${time %Y}${font}
${endif} # End If de si long título > 0 Clementine
${endif} # End If de Spotify is_running
${endif} # End If de Amarok tit > 0
${else} # Else de si amarok is_running
${if_running clementine} # Si Amarok está en ejecución...
${if_match ${execi 4 expr length "`qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep title: | cut -b 20-`"} > 0} # Mirar si tenemos titulo = se está repruduciendo musica (mirar si se puede hacer de otra manera)
${if_match ${execi 4 expr length "`qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep title: | cut -b 20-`"} > 40} # Si la longitud del titulo es > 80, scroll.
${font Quicksand:bold:size=36}${color 999999}${scroll 40 1${execi 4 qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep title: | cut -b 20-}}${font} # Título canción scroll
${else} # Si no es > 80
${font Quicksand:bold:size=36}${color 1B1C1F}${execi 4 qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep title: | cut -b 20-}${font} # Título canción
${endif} # End if logitud título > 80
${color}
${voffset -2}${offset 10}${font Quicksand:bold:size=24}${execi 4 qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep artist: | cut -b 15-}${font} # Artista canción
${voffset -2}${offset 20}${font Quicksand:bold:size=20}${execi 4 qdbus com.spotify.qt /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Metadata | grep album: | cut -b 20-}${font} # Album de la canción
${endif} # End If de si long título > 0 Clementine
${endif} # End If de Clementine is_running
${endif} # End If de Amarok is_running
reloj
conky_reloj
update_interval 1
total_run_times 0
net_avg_samples 1
cpu_avg_samples 1
imlib_cache_size 0
double_buffer yes
no_buffers yes
format_human_readable
use_xft yes
xftfont Antipasto:size=8
override_utf8_locale yes
text_buffer_size 168
own_window yes
own_window_transparent yes
own_window_argb_visual yes
own_window_type normal
own_window_class conky-semi
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
alignment bottom_right
gap_x 50
gap_y 1000
minimum_size 300 200
draw_shades no
#draw_outline yes
#default_outline_color 1B1C1F
default_color 1B1C1F
color1 9d1c25
TEXT
${voffset 19}${offset 20}${font Tahoma:pixelsize=75}${time %I·%M}${font}${if_match ${time %H}<12}AM${else}${if_match ${time %H}>12}PM${endif}${endif}${font}
${voffset 8}${color1}${offset -70}${font Zekton:pixelsize=24}${alignc}${time %A %d %B %Y}
progreso
conky_prog
use_xft yes
xftfont Aller:bold:size=8
xftalpha 0.1
update_interval 1
total_run_times 0
own_window yes
own_window_transparent yes
own_window_argb_visual yes
own_window_type normal
own_window_class conky-semi
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 150 20
maximum_width 150
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color a1bcbb
default_shade_color FFFFFF
default_outline_color 000000
alignment bottom_right
gap_x 1400
gap_y 33
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
## process settings
top_name_width 10
#no_buffers yes
lua_load ~/.conky/draw_bg.lua
lua_draw_hook_pre draw_bg
TEXT
${font Calibri:bold:size=8}\
${offset 5}${color 1B1C1F}Procesos${goto 66}$color$processes
${offset 5}${color 1B1C1F}Corriendo${goto 66}$color$running_processes
${offset 5}${color 1B1C1F}Max CPU${goto 66}$color${top name 1}${goto 130}${top_mem cpu 1}
${offset 5}${color 1B1C1F}Max MEM${goto 66}$color${top_mem name 1}${goto 130}${top_mem mem 1}
ip.sh
#!/bin/bash
# eigene öffentliche ip anzeigen
wget http://checkip.dyndns.org/ -q -O - |
grep -Eo '\<[[:digit:]]{1,3}(\.[[:digit:]]{1,3}){3}\>'