You are not logged in.

#1 2010-04-10 13:49:26

dcc24
Member
Registered: 2009-10-31
Posts: 732

Weird conky behaviour after update.

Yesterday I -Syu'ed and it updated a lot of thing due to openssl rebuild. Now, conky behaves weirdly. I cannot monitor network up/down speed, gmail and weather scripts don't work either. What's even more strange is that there are no errors. It just doesn't work!

Here's my .conkyrc. Any ideas?

own_window yes
own_window_colour 0F0D0D

use_spacer right
use_xft yes


# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window  yes
own_window_transparent no
own_window_type override
own_window_hints undecorate,sticky,skip_taskbar,skip_pager 

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes


#colour

default_color  808080

own_window_colour 333333



#font

use_xft yes

xftfont Droid Sans:pixelsize=11

# Stippled borders?
stippled_borders 0

# border margins


# border width
border_width 1



alignment top_left
gap_x 5
gap_y 5
 
# --- Colours, Sizes, Fonts & Margins --- #

minimum_size 1356 0

#stippled_borders 3
#border_inner_margin 9


# --- Text --- #
draw_outline no
draw_borders no

uppercase no
draw_shades no

Continued:

TEXT
${color}CPU0: ${color ffffff}  ${execi 5 sensors | grep -A 0 'Core 0' | cut -c15-21} | ${color}CPU1: ${color ffffff} ${execi 5 sensors | grep -A 0 'Core 1' | cut -c15-21} | ${color}GPU: ${color ffffff} ${execi 20 aticonfig --adapter=0 --od-gettemperature | tail -n1 | gawk '{ printf $5 }'}°C | ${color}HDD: ${color ffffff} ${execi 60 sudo hddtemp /dev/sda | grep -A 0 '/dev/sda' | cut -c24-29} | ${color}RAM: ${color ffffff} $mem | ${color}Total Down: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${totaldown eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${totaldown wlan0}${else}${endif}${endif} | ${color}Total Up: ${color ffffff}${if_existing /sys/class/net/eth0/operstate up}${totalup eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${totalup wlan0}${else}${endif}${endif} | ${color} Down Speed: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${downspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${downspeed wlan0}${else}${endif}${endif}| ${color}Up Speed: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${upspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${upspeed wlan0}${else}${endif}${endif} ${alignr} ${color} Mail: ${color ffffff} ${execi 300 perl ~/scripts/gmail.pl n} new ${color} | ${color} Weather: ${color ffffff} ${execi 3600 python ~/scripts/conkyForecast.py --location=TUXX0002 --datatype=CC}, ${execi 3600 python ~/scripts/conkyForecast.py --location=TUXX0002 --datatype=HT} ${color}| ${color ffffff}${time %A} ${time %e} ${time %B} ${time %G} - ${time %H:%M:%S}

Last edited by dcc24 (2010-04-10 13:53:21)


It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)

My AUR packages

Offline

#2 2010-04-10 17:32:29

Roline
Member
From: Netherlands
Registered: 2009-12-05
Posts: 207
Website

Re: Weird conky behaviour after update.


Bitbucket - DeviantART - Userstyles
*Currently Not Using Arch

Offline

#3 2010-04-10 19:02:26

dcc24
Member
Registered: 2009-10-31
Posts: 732

Re: Weird conky behaviour after update.

Thanks, that helped.


It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)

My AUR packages

Offline

Board footer

Powered by FluxBB