Debian sid 64 + cinnamon + conky exDebian

Debian sid 64 + cinnamon + conky

Imagen de gacs
Autor: 
gacs

OS: Debian unstable sid
Shell: bash 4.4.0
Resolution: 1366x768
DE: Cinnamon 3.0.7
WM: Muffin
WM Theme: Numix-Cinnamon (05-Crunchy-green)
GTK Theme: Adwaita [GTK2/3]
Icon Theme: Adwaita
 

# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

# se establece a yes si quiere Conky que se bifurca en el fondo
background no

border_width 1
cpu_avg_samples 2

# Draw borders around text
draw_borders no
draw_graph_borders yes

# Draw outlines?
draw_outline no

# Draw shades?
draw_shades no


# Use double buffering (reduces flicker, may not work for everyone)
double_buffer no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*

# Use Xft?
use_xft yes
xftfont Edit Undo BRK:size=8

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 5
gap_y 10

# Minimum size of text area
minimum_size 5 5
#maximum_width 1800

net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type normal
#own_window_type desktop
own_window_transparent no
own_window_argb_visual yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_title conkymain
#own_window_class Conky

stippled_borders 0
update_interval 3.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

##formato de colores
default_color 7FFFD4 

#default_outline_color red
#default_shade_color 0066FF 
color1 CCFF66
color2 FFFF66
color3 FFA500  
color4 FF6347
color5 00FFFF
color7 00FF7F 

# Lua Load  #
#lua_load ~/.conky/barras.lua
#lua_draw_hook_pre main_box
#lua_draw_hook_post main_bars


TEXT
${voffset -16}${image /home/gacs/.conky/logo.png -p 18,0 -s 80}${goto 80}${voffset 20}${font 6x10:size=16,weight:bold}${color #FF6666}G${color1}A${color2}C${color #FF00FF}S
${goto 80}${font 6x10:size=12,weight:bold}${color1}Debian/Linux ${font 6x10:size=10,weight:bold}
${color3}$kernel on $machine
${color #FF00FF}$hr

${voffset -20}${color white}${font Neuropolitical:size=24}${time %H:%M}$font${voffset -10}${font LCDMono:size=16}${time :%S}$font
${font Neuropolitical:size=22}${time %e}
${goto 55}${font Neuropolitical:size=18}${color dddddd}${voffset -19}${time %b}
#${font Neuropolitical:size=10}${color FF0055}${time %A}${color FF0055}${hr}
${goto 120}${font Neuropolitical:size=15}${color FFFFFF}${voffset -5}${time %Y}
#${color gold}${font LCDMono:size=18}${execi 99999 /home/gacs/.conky/calendario.sh mes}
#${color dddddd}${font 6x10:size=10 weight:bold}${execi 60 /home/gacs/.conky/calendario.sh semana}
#${color 888888}${execi 99999 /home/gacs/.conky/calendario.sh pasado}${color red}${execi 99999 /home/gacs/.conky/calendario.sh hoy}${color 888888}${execi 99999 /home/gacs/.conky/calendario.sh futuro}
${color #FF00FF}$hr${color2}${font 6x10:size=11,weight:bold}
#CPU#
${voffset 10}CPU ${color3}${font}${execi 99999 cat /proc/cpuinfo | grep "model name" -m1 | cut -d":" -f2 | cut -d" " -f2- | sed 's#Processor ##'}${goto 285} ${font 6x10:size=9,weight:bold}${color #FF4500}${execi 10 sensors | grep -A 0 '^Physical id 0:' | cut -c18-24 | grep '°'} 
$color7 ${cpugraph cpu0 80,330 87CEFA ff0000}${font 6x10:size=9}
${voffset -89}${goto 15}${color3}${font 6x10:size=9,weight:bold}Uptime: ${font}${color} $uptime ${goto 230}Fan: ${execi 10 sensors | grep -A 0 '^fan2:' | cut -c24-33}
#${goto 15}${color3}${font 6x10:size=9,weight:bold}Fisico :${color}${font}${goto 230}${cpu}% ${goto 265} ${execi 10 sensors | grep -A 0 '^Physical id 0:' | cut -c18-24 | grep '°'} 
${goto 15}${color3}${font 6x10:size=9,weight:bold}Core 1:${goto 70}${color #FF4500}${font}${cpubar cpu1 8,145}${goto 230}${color}${cpu cpu1}% ${goto 265} ${execi 10 sensors | grep -A 0 '^Core 0:' | cut -c18-24}
${goto 15}${color3}${font 6x10:size=9,weight:bold}Core 2:${goto 70}${color #FF4500}${font}${cpubar cpu2 8,145}${goto 230}${color}${cpu cpu2}% ${goto 265} ${execi 10 sensors | grep -A 0 '^Core 1:' | cut -c18-24}
${goto 15}${color3}${font 6x10:size=9,weight:bold}Core 3:${goto 70}${color #FF4500}${font}${cpubar cpu3 8,145}${goto 230}${color}${cpu cpu3}% ${goto 265} ${execi 10 sensors | grep -A 0 '^Core 2:' | cut -c18-24}
${goto 15}${color3}${font 6x10:size=9,weight:bold}Core 4:${goto 70}${color #FF4500}${font}${cpubar cpu4 8,145}${goto 230}${color}${cpu cpu4}% ${goto 265} ${execi 10 sensors | grep -A 0 '^Core 3:' | cut -c18-24}

#${voffset 10}${color1}Carga: $color $loadavg ${color1}${alignr}Procesos: $color $running_threads/$processes
#${color1}Temp: ${color2}${platform it87.656 temp 0}  ${platform i8042 temp 2}  ${color}${platform i80.42 temp 3} ${color1} ${alignr}HDTemp: ${color}${hddtemp /dev/sda}ºC
#${color1}Ventilador: ${color}${acpifan}  RPM$alignr${color1}
#MEMORIA#
${voffset 10}${color2}${font 6x10:size=11,weight:bold}Memoria
${color3}${font 6x10:size=9,weight:bold}RAM ${font}${color} $mem /$memmax  ${goto 290}${color} $memperc%
${color3}${font 6x10:size=9,weight:bold}Swap  ${font}${color}$swap /${color}$swapmax ${goto 290}${color} $swapperc% 
$color7 ${memgraph 95,330 262729 87CEFA}
${voffset -95}${color2}${goto 30}Name              ${goto 135}PID   ${goto 190}CPU%  ${goto 255} MEM%
${goto 15}${color #FF4500}${top name 1}${goto 130}${top pid 1}${goto 195}${top cpu 1}${goto 260}${top mem 1}
${goto 15}${color #FF8C00}${top name 2}${goto 130}${top pid 2}${goto 195}${top cpu 2}${goto 260}${top mem 2}
${goto 15}${color #FFA500}${top name 3}${goto 130}${top pid 3}${goto 195}${top cpu 3}${goto 260}${top mem 3}
${goto 15}${color #FFD700}${top name 4}${goto 130}${top pid 4}${goto 195}${top cpu 4}${goto 260}${top mem 4}
${goto 15}${color #F0FFFF}${top name 4}${goto 130}${top pid 5}${goto 195}${top cpu 5}${goto 260}${top mem 5}
#DISCOS#
${voffset 20}${color2}${font 6x10:size=11,weight:bold}Discos: ${color1}Linux:${color1}(${fs_type})
$color7 ${diskiograph 70,330 262729 87CEFA}
${goto 15}${voffset -70}${color3}${font 6x10:size=9,weight:bold}Raiz  :${font}${color} ${fs_used /}/${fs_size /} ${goto 290}${color} ${fs_used_perc /}%
${goto 15}${color3}${font 6x10:size=9,weight:bold}Home  :${font}${color} ${fs_used /home}/${fs_size /home} ${goto 290}${color #555555}${color} ${fs_used_perc /home}%
${goto 15}${color7}HDD Read-> ${alignc}${color2}${diskio_read}/s ${alignr}${color3}${diskio_write}/s ${color7}<-HDD Write
${goto 15}${color1}${diskiograph_read 10,140 000000 ff0000}${alignr}${color1}${diskiograph_write 10,140 000000 ff0000}$color

#RED#
${voffset 25}${color2}${font 6x10:size=11,weight:bold}Networking: 
#${if_up enp3s0 }
${color3}${font 6x10:size=9,weight:bold} - - - Eth0 - - - -
${goto 15}IP: ${addr enp3s0}
${goto 15}Up : $color ${font} ${upspeed enp3s0} ${color3} ${font 6x10:size=9,weight:bold}
${goto 15}Down:$color ${font} ${downspeed enp3s0}
#${endif}
#${if_up eth1 }
#${color3}${font 6x10:size=9,weight:bold} - - - Eth1 - - - -
#${goto 15}Up : $color ${font} ${upspeed enp3s0} ${color3} ${font 6x10:size=9,weight:bold}
#${goto 15}Down:$color ${font} ${downspeed enp3s0}
#${endif}

# ${color2}${font 6x10:size=11,weight:bold}Bateria 
# ${color3}${font 6x10:size=9,weight:bold}Estado ${font} $color ${battery} ${battery_short BAT0}
# ${color3}${font 6x10:size=9,weight:bold}Tiempo ${font} $color ${battery_time BAT0} ${goto 150}${color #555555}${battery_bar 10 BAT0}${offset -90} ${color} ${battery_percent BAT0}%