On 22 July 2013 12:29, Sharon Kimble <skimbl...@gmail.com> wrote:

> I am running conky which is displaying everything that its supposed to,
> but is disappearing at varying times. I've restarted it from the command
> line and it still happens, and I've restarted it from a new entry, but it
> still disappears. Why? What can I do to get a comprehensive conkydisplaying 
> all the time please?
>
> Here is my conky config -
> ##################################################
> ##################################
> ## boudiccas | rev. 05-07-13 ##
> ##################################
> # conky -dc ~/.conky/.conkyrc10
> # from .bash_aliases where the complete line is 'alias conky='nohup conky-dc 
> ~/.
> conky/.conkyrc10 &''
>
> background no
>     font DroidSans:size=8
>     #xftfont sans:size=10
>     use_xft yes
>     xftalpha 0.9
>     update_interval 1.0
>     total_run_times 0
>     own_window yes
>     #own_window_transparent yes
>     own_window_transparent true
>     own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
>     own_window_type normal
>     double_buffer yes
>     minimum_size 200
>     maximum_width 260
>     draw_shades no
>     draw_outline no
>     draw_borders no
>     draw_graph_borders yes
>     default_color white
>     default_shade_color black
>     default_outline_color green
>     alignment top_right
>     gap_x 15
>     gap_y 15
>     no_buffers yes
>     uppercase no
>     cpu_avg_samples 2
>     override_utf8_locale no
>     uppercase no
>
>     # Define some Colors
>     color0 tan2      # Headings
>     color1 slategrey   # Horizonal lines
>     color2 Ivory2      # Text
>
>
> TEXT
>
> DISTRO: ${alignr}${pre_exec cat /etc/issue.net}
> KERNEL: ${alignr}$kernel
> ARCH: ${alignr}$machine
> ${voffset 2}${font StyleBats:size=10}${color2}q${voffset -1}${font
> DroidSans:size=8.6}${color3}${offset 5}System${offset 3}Uptime${alignr}${font
> DroidSans:size=8.3}${uptime}${font}
> ##################################
> ##          PROCESSORS          ##
> ##################################
> ${color white}CPU ${hr 2}$color
> Name: ${execi 1500 cat /proc/cpuinfo | grep 'model name' | awk 'NR > 1 {
> exit }; 1' | sed -e 's/model name.*: //'}
> Avg Usage: ${if_match ${cpu cpu0} >= 90}${color red}${cpu cpu0}%${color}${
> endif}${if_match ${cpu cpu0} < 90}${cpu cpu0}%${endif} | \
> Active Processes: $running_processes | Temp: ${if_match ${hwmon temp 1}
> <= 59}${color green}${hwmon temp 1}C${color}${endif}${if_match ${hwmontemp 1} 
> >= 60}${if_match ${
> hwmon temp 1} <=70}${color yellow}${hwmon temp 
> 1}C${color}${endif}${endif}${if_match
> ${hwmon temp 1} >= 71}${if_match ${hwmon temp 1} <=89}${color F57900}${
> hwmon temp 1}C${color}${endif}${endif}${if_match ${hwmon temp 1} >= 90}${
> color red}${hwmon temp 1}C${color}${endif}
> Core1: ${if_match ${cpu cpu1} < 50}${cpu cpu1}%${endif}${if_match ${cpucpu1} 
> >= 50}${if_match ${
> cpu cpu1} < 90}${color yellow}${cpu cpu1}%${color}${endif}${endif}${if_match
> ${cpu cpu1} >= 90}${color red}${cpu cpu1}%${color}${endif} | \
> Core2: ${if_match ${cpu cpu2} < 50}${cpu cpu2}%${endif}${if_match ${cpucpu2} 
> >= 50}${if_match ${
> cpu cpu2} < 90}${color yellow}${cpu cpu2}%${color}${endif}${endif}${if_match
> ${cpu cpu2} >= 90}${color red}${cpu cpu2}%${color}${endif} | \
>
> ##################################
> ##            MEMORY            ###
> ##################################
> ${voffset 5}${font DroidSans:bold:size=8}${color4}MEMORY${offset
> 8}${color8}${voffset -2}${hr 2}${font}
> ${voffset 4}${font StyleBats:size=10}${color2}l${voffset -2}${font
> DroidSansFallback:size=8.3}${color3}${offset 3}RAM${goto 97}${font
> DroidSans:size=8.3}${mem}${goto 133}/${offset 5}${memmax}${alignr}${
> memperc}%${font}
> ################################## /media/boudiccas/backup/back
> ##             HDD              ##
> ##################################
> ${voffset 5}${font DroidSans:bold:size=8}${color4}HDD${offset
> 8}${color8}${voffset -2}${hr 2}${font}
> ${voffset 6}${font StyleBats:size=9.9}${color2}x${voffset -2}${font
> DroidSansFallback:size=8.3}${color3}${offset 4}ROOT${goto 95}${font
> DroidSans:size=8.3}${fs_used /}${goto 133}/${offset 5}${fs_size /}${alignr
> }${fs_free /}${font}
> ${voffset 6}${font StyleBats:size=9.9}${color2}x${voffset -2}${font
> DroidSansFallback:size=8.3}${color3}${offset 4}${if_existing /media/
> boudiccas/backup}BACKUP: ${goto 95}${font DroidSans:size=8.3}${fs_used
> /media/boudiccas/backup}${goto 133}/${offset 5}${else} BACKUP:  Not
> Mounted${endif}${fs_size /media/boudiccas/backup}${alignr}${fs_free
> /media/boudiccas/backup}${font}
> ${voffset 6}${font StyleBats:size=9.9}${color2}x${voffset -2}${font
> DroidSansFallback:size=8.3}${color3}${offset 4}${if_existing /media/
> boudiccas/back41}BACK 4: ${goto 95}${font DroidSans:size=8.3}${color3}${offset
> 4} ${alignc}${fs_used /media/boudiccas/back41} / ${else} BACK 4:  Not
> Mounted${endif}${fs_size /media/boudiccas/back41}${alignr}${fs_free
> /media/boudiccas/back41}${font}
> ${voffset 6}${font StyleBats:size=9.9}${color2}4${voffset -2}${font
> DroidSansFallback:size=8.3}${color3}${offset 4}SWAP${goto 95}${font
> DroidSans:size=8.3}${swap}${goto 133}/${offset 5}${swapmax}${alignr}${
> swapperc}%${font}
> ${voffset 6}${font StyleBats:size=9.9}${color2}4${voffset -2}${font
> DroidSansFallback:size=8.3}${color3}${offset 4}TRASH: ${goto 133}${execi60
> du -sh ~/.local/share/Trash/files/ | awk '{print $1}' | sed '/^4.0K/ d'
>  | sed 's/$/ of TRASH /'}${font}
> ##################################
> ##         TOP PROCESSES        ##
> ##################################
> # |--${font Droid Sans:style=Bold:size=10}Processe${font}
> ${font DroidSans:bold:size=8}${color white}SYSTEM MONITOR ${hr 2}$color
> $font
> ${color white}Processes:$color $processes ${goto 177}${colorwhite}Running:${
> color red} $running_processes $color
> NAME             ${alignr} PID      CPU       MEM
> ${top name 1}${alignr} ${top pid 1} ${top cpu 1}% ${top mem 1}%
> ${top name 2}${alignr} ${top pid 2} ${top cpu 2}% ${top mem 2}%
> ${top name 3}${alignr} ${top pid 3} ${top cpu 3}% ${top mem 3}%
> ${top name 4}${alignr} ${top pid 4} ${top cpu 4}% ${top mem 4}%
> ${top name 5}${alignr} ${top pid 5} ${top cpu 5}% ${top mem 5}%
> ##################################
> ##           NETWORK            ##
> ##################################
> ${voffset 4}${font DroidSans:bold:size=8}${color4}NETWORK${offset
> 8}${color8}${voffset -2}${hr 2}${font}
> ${voffset 4}${font PizzaDudeBullets:size=9.5}${color6}T${font 
> DroidSans:size=8.65}${color3}${offset
> 5}Download${goto 120}${font DroidSans:size=8.3}${totaldown 
> eth0}${alignr}${font
> DroidSans:size=8.3}${downspeed eth0}${font}
> ${voffset 0}${font PizzaDudeBullets:size=9.5}${color6}N${font 
> DroidSans:size=8.65}${color3}${offset
> 5}Upload${goto 120}${font DroidSans:size=8.3}${totalup eth0}${alignr}${font
> DroidSans:size=8.3}${upspeed eth0}${font}
> ${voffset 4}${font PizzaDudeBullets:size=9.5}${color6}a${font 
> DroidSans:size=8.65}${color3}${offset
> 5}Private${offset 3}IP${goto 123}${font DroidSansFallback:size=8.5}LAN${
> alignr}${font DroidSans:size=8.3} ${alignr} ${addr eth0}${font}
> ${voffset 0}${font PizzaDudeBullets:size=9.5}${color6}a${font 
> DroidSans:size=8.65}${color3}${offset
> 5}Public${offset 7}IP${goto 121}${font DroidSansFallback:size=8.5}WAN${
> alignr}${font DroidSans:size=8.3} ${alignr} ${execi 1800 wget -q -O -
> checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}${font}
>
> ##################################
> ##             TIME             ##
> ##################################
> ${voffset 4}${font DroidSans:bold:size=8}${color4}TIME${offset
> 8}${color8}${voffset -2}${hr 2}${font}
> ${voffset -4}${font RadioSpace:size=32}${color3}${alignc -1}${time
> %H:%M:%S}${font}
> ##################################
> ##      CALENDAR (5-Line)       ##
> ##################################
> ${voffset 4}${font DroidSans:bold:size=8}${color4}DATE${offset
> 8}${color8}${voffset -2}${hr 2}${font}
> ${voffset 2}${font DroidSansMono:size=10}${color3}${alignc}${time %a
> }${time %e %B %G}${font}
> ## APT-GET UPDATES ##
> ${voffset 4}${font DroidSans:bold:size=8}${color4}APT-GET UPDATES${offset
> 8}${color8}${voffset -2}${hr 2}${font}
> APT-GET: ${execi 300 apt-get -s upgrade|grep installed|cut -d' ' -f1}
> updates ready
>  TODAY:     ${execi 300 vnstat | grep "today" | awk '{print $8 $9}'} /
> MONTH:     ${execi 300 vnstat -m | grep "`date +"%b '%y"`" | awk '{print
> $9 $10}'}
>
> ##################################
> ##             MPD              ##
> ##################################
> ${if_running mpd}
> ${voffset -25}${font DroidSans:bold:size=7.75}${color4}MPD${offset
> 8}${color8}${voffset -2}${hr 2}${color3}${font}
> ${voffset 4}$mpd_status ${alignc} GMAIL:    ${execi 300 python ~/.conky
> /gmail.py}${endif}
> ${voffset 4}$mpd_artist
> ${voffset 4}$mpd_title
> ${voffset 4}${mpd_bar 5,100}
> ${voffset 4}$mpd_percent %          $mpd_elapsed/$mpd_length
> #####################################################
>
> And here is a screenshot of the running display (if it makes it onto the
> list. if not i'll post it to my blog and put a link here)
>
> Thanks
> Sharon.
>

Its just dissapeared again, but this time I've checked in atop, and
something has killed 'conky' but what? Any ideas folks please?

Sharon.

> --
>
A taste of linux = http://www.sharons.org.uk/index.html
efever = http://www.efever.blogspot.com/
efever = http://sharon04.livejournal.com/
Debian testing,  Fluxbox 1.3.5, LibreOffice 4.0.3.3,
Registered Linux user 334501

Reply via email to