Skip to content

Instantly share code, notes, and snippets.

@lesm
Last active March 12, 2017 19:06
Show Gist options
  • Save lesm/fb9f125b2a3400f1f878 to your computer and use it in GitHub Desktop.
Save lesm/fb9f125b2a3400f1f878 to your computer and use it in GitHub Desktop.
Configuración personal de conky
# Conky, a system monitor, based on torsmo
# Any original torsmo code is licensed under the BSD license
# All code written since the fork of torsmo is licensed under the GPL
# Please see COPYING for details
# Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
# All rights reserved.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
alignment middle_right
background no
use_xft yes
font Dejavu Sans:size=8
xftalpha 0
update_interval 2.0
total_run_times 0
own_window yes
own_window_type override
own_window_argb_visual yes
own_window_argb_value 120
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 260 590
draw_shades no
draw_outline yes
draw_borders no
draw_graph_borders no
default_color 999999
default_shade_color black
default_outline_color black
alignment top_right
gap_x 60
gap_y 20
no_buffers yes
cpu_avg_samples 2
text_buffer_size 1024
override_utf8_locale no
uppercase no
double_buffer yes
TEXT
${color cyan}S I S T E M A
${color white}$hr
${color magenta}Sistema: ${color white}$sysname $kernel
${color magenta}Arquitectura: ${color white}$machine
${color magenta}Tiempo encendido:${color white} $uptime
${color magenta}Hora: ${color white}${time %H:%M:%S}
${color magenta}Fecha: ${color white}${time %e/%b/%y}
${color cyan}C P U$alignr ${cpu cpu0}%
${color white}$hr
${color magenta}Procesador: ${color white}${alignr} ${execi 1000 cat /proc/cpuinfo | grep 'model name' | cut -c 14-42 | uniq}
${color magenta}Velocidad: ${color white}${alignr}${freq_g}GHz / 2.4GHz
${color gold}${cpubar 4 cpu0}${color white}
${color cyan}T O P C P U
${color white}$hr
${color magenta}Proceso:$alignr CPU% MEM%
${color magenta}${top name 1}${color white}$alignr${top cpu 1} ${top mem 1}
${color magenta}${top name 2}${color white}$alignr${top cpu 2} ${top mem 2}
${color magenta}${top name 3}${color white}$alignr${top cpu 3} ${top mem 3}
${color cyan}R A M$alignr $memperc%
${color white}$hr
${color magenta}Memoria: ${color white}${alignr}${mem} / ${memmax}
${color gold}${membar 4}${color white}
${color cyan}A L M A C E N A M I E N T O
${color white}$hr
${color magenta}Raiz: ${alignr}${color white}${fs_used /} / ${fs_size /}
${color gold}${fs_bar 4 /}${color white}
${color magenta}Home: ${alignr}${color white}${fs_used /home} / ${fs_size /home}
${color gold}${fs_bar 4 /home}${color white}
${color magenta}Tmp: ${alignr}${color white}${fs_used /tmp} / ${fs_size /tmp}
${color gold}${fs_bar 4 /tmp}${color white}
${color cyan}R E D WIFI${alignr}${downspeed wlp2s0}
${color white}$hr
${color magenta}Entrada/Salida: ${alignr}${color white}${totaldown wlp2s0} / ${totalup wlp2s0}
${color magenta}IP Local: ${alignr}${color white}${addr lo}
${color magenta}IP: ${alignr}${color white}${addr wlp2s0}
${color white}$hr
${color cyan}R E D TP-LINK${alignr}${downspeed wlp0s20u1}
${color white}$hr
${color magenta}Entrada/Salida: ${alignr}${color white}${totaldown wlp0s20u1} / ${totalup wlp0s20u1}
${color magenta}IP: ${alignr}${color white}${addr wlp0s20u1}
${color gold}Luis Silva
${color white}$hr
${image /home/luis/Pictures/l.png -p 90,190 -s 100x110}
${image /home/luis/Pictures/alan.png -p 80,485 -s 100x110}
${image /home/luis/Pictures/bleach.png -p 180,30 -s 70x70}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment