OggVorbis

14 de noviembre de 2014

CONKY DESAPARECE - LUBUNTU 14.04

Tras instalar conky all y configurar el archivo .conkyrc , con la configuración modificada y rescatada de CrunchBang , cuando cliclamos en el escritorio el conky desaparece para solucionarlo modificamos una linea la que esta en rojo :


# conky configuration
#
# The list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
#
# For ideas about how to modify conky, please see:
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/
#
# For help with conky, please see:
# http://crunchbanglinux.org/forums/topic/2047/conky-help/
#
# Enjoy! :)
##############################################
# Settings
##############################################
background yes
use_xft yes
xftfont Liberation Sans:size=9
xftalpha 1
update_interval 1.0
total_run_times 0
own_windo_class Conky
own_window yes
own_window_type dock
own_window_argb_visual yes
own_window_argb_value 50
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 200
maximum_width 240
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color 656667
default_shade_color 000000
default_outline_color 828282
alignment top_right
gap_x 12
gap_y 56
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
##############################################
#  Output
##############################################
TEXT
${voffset 10}${color2}${font vtksrevolt::size=25}Lubuntu Lts${font}
Kernel:    ${color1}$kernel
Uptime:   ${color1}$uptime
RAM:      ${color1}$mem/$memmax    
Swap:      ${color1}$swap / $swapmax
CPU1:     ${color1}${cpu cpu1}%       ${cpubar cpu1 8,60}
CPU2:     ${color1}${cpu cpu2}%       ${cpubar cpu2 8,60}
CPU3:     ${color1}${cpu cpu3}%       ${cpubar cpu3 8,60}
CPU4:     ${color1}${cpu cpu4}%       ${cpubar cpu4 8,60}
CPU5:     ${color1}${cpu cpu5}%       ${cpubar cpu5 8,60}
CPU6:     ${color1}${cpu cpu6}%       ${cpubar cpu6 8,60}
CPU7:     ${color1}${cpu cpu7}%       ${cpubar cpu7 8,60}
CPU8:     ${color1}${cpu cpu8}%       ${cpubar cpu8 8,60}
Root  :         ${color1}${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
Home:     ${color1}${fs_used /home} / ${fs_size /home} $alignr ${fs_used_perc /home}%



Por la siguiente :

own_window_type normal


No hay comentarios:

Publicar un comentario