Quantcast
Channel: DJRavine's Codebook » Linux
Viewing all articles
Browse latest Browse all 7

Fedora 17 How To Install/Configure/Setup Conky

$
0
0

I just recently found this nifty little Linux package called ‘Conky’. It’s a great way to monitor all sorts of things in Fedora 17 Linux. Most of the install guides and downloadable configurations are aimed at Ubuntu Linux, so I decided to write up this post to help anyone that stumbles along the same path as myself.

 

You can see in the below image what is possible with the basic ‘Conky’ package installed, a few custom fonts and a simple weather script run via crontab. Almost everything (except the weather info) works straight out of the box with very minimal configuration tweaking.

 

Fedora 17: How To Install Conky

Fedora 17: How To Install Conky

 

Fedora 17: How To Install Conky Fullscreen Preview

Fedora 17: How To Install Conky Fullscreen Preview

 

Required Files

Custom Fonts:
Open Logos – A good compilation of Open Source Logos.

Style Bats – Recently spotted on the cover of Chris Browns “Fortune” album cover.

To Install Fonts: Create new directory in the font folder for the custom TTF fonts.

mkdir /usr/share/fonts/custom

Now copy the *.TTF files into that directory and then rebuild the Fedora 17 Linux  font cache.

fc-cache -fv

All your new fonts should be available to the system, to double check either open CHARMAP or a MS Word clone and hit the font selection dropdown and ensure your new fonts are listed.

 

Weather Script:
Conky weather scripts using Accuweather/WUnderground/NWS/Weather.com – Some scripts for displaying a weather forecast on your conky. They use Accuweather, Weather Underground, National Weather Service (USA) and Weather.com. They all rely on the same principle: download a bunch of pages, parse them and isolate the necessary info for conky to find. There is something for everyone: from the minimalistic (1c), to the humongous, larger than life, “I’m a meteorologist” aspect (4). Check out Conky Companion as well: a graphical app written in C and GTK+2.0 which can help you create your own conkyrc files easily.

 

Weather Images:
VClouds Weather Icons
– These icons were created for my Rainmeter weather skin [link] and are numbered according to weather.com

 

Installation

Firstly, you should download and install the ‘Conky’ package via yum.

yum -y install conky

 

Configuration

After this, you need to create the default ‘.conkyrc’ configuration file to your home directory.

sudo gedit ~/.conkyrc

 

Copy this basic ‘.conkyrc’ configuration file into gedit and save the file. Remember to search and replace the network device name. My network is called ‘p5p1′. Just change it to ‘eth0′ or whatever your network device name is.

# .conkyrc

alignment top_left
gap_x 30
gap_y 30
background yes
border_width 1
cpu_avg_samples 2
default_color grey
default_outline_color black
default_shade_color lightgrey
draw_borders no
draw_graph_borders no
draw_outline no
draw_shades no
use_xft yes
xftalpha 0.75
xftfont DejaVu Sans:size=8
minimum_size 5 5
maximum_width 300
net_avg_samples 2
no_buffers yes
double_buffer yes
text_buffer_size 2048
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_type desktop # makes it part of the desktop, GNOME hides this upon clicking desktop
#own_window_type normal # makes it part of the desktop, but GNOME does not hide it
#own_window_type panel # cannot be hidden by other windows
#own_window_type dock # can be hidden by other windows, but cannot be aligned
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
stippled_borders 0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
imlib_cache_size 0 # Don't Cache Images

#update_interval 0.5
update_interval 1.0
#update_interval 2.0
#update_interval 3.0
#update_interval 4.0
#update_interval 5.0
#update_interval 10.0
#update_interval 15.0
#update_interval 30.0
#update_interval 60.0

TEXT

${color #ffcb48}${font openlogos:size=40}N${font DejaVu Sans:size=16} ${voffset -25}${offset -10} FEDORA 17
${voffset -10}${offset 45}$color${font}$sysname $kernel on $machine

${color #ffcb48}${font StyleBats:size=18}k ${font DejaVu Sans:size=16}ZEUS ${hr 1}${font}

${color slate grey}Up:$color $uptime${goto 150}${cpugraph 50,150 4d8e00 A80000 -t}
${voffset -50}${color slate grey}CPU:$color $cpu%
${color slate grey}Processes:$color $running_processes/$processes
${color slate grey}Load:$color $loadavg
${color slate grey}CPU 0 $color${cpu cpu1}% ${cpubar cpu1}
${color slate grey}CPU 1 $color${cpu cpu2}% ${cpubar cpu2}
${color slate grey}CPU 2 $color${cpu cpu3}% ${cpubar cpu3}
${color slate grey}CPU 3 $color${cpu cpu4}% ${cpubar cpu4}
${color slate grey}Swap:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color slate grey}RAM:$color $mem/$memmax - $memperc% ${memgraph 10,128 4d8e00 A80000 -t}

${color #ffcb48}${font StyleBats:size=18}l ${font DejaVu Sans:size=16}Processes ${hr 1}${font}

${color slate grey}Name $alignr PID CPU% MEM%
$color${top name 1} $alignr$color ${top pid 1} ${top cpu 1}% ${top mem 1}%
$color${top name 2} $alignr$color ${top pid 2} ${top cpu 2}% ${top mem 2}%
$color${top name 3} $alignr$color ${top pid 3} ${top cpu 3}% ${top mem 3}%
$color${top name 4} $alignr$color ${top pid 4} ${top cpu 4}% ${top mem 4}%
$color${top name 5} $alignr$color ${top pid 5} ${top cpu 5}% ${top mem 5}%
$color${top name 6} $alignr$color ${top pid 6} ${top cpu 6}% ${top mem 6}%
$color${top name 7} $alignr$color ${top pid 7} ${top cpu 7}% ${top mem 7}%
$color${top name 8} $alignr$color ${top pid 8} ${top cpu 8}% ${top mem 8}%
$color${top name 9} $alignr$color ${top pid 9} ${top cpu 9}% ${top mem 9}%

${color #ffcb48}${font StyleBats:size=18}j ${font DejaVu Sans:size=16}File Systems ${hr 1}${font}

${color slate grey} / $color${fs_used}/${fs_size} ${alignr}${color slate grey}Used: $color${fs_used_perc /}% ${color slate grey}Free: $color${fs_free_perc /}%
${fs_bar 6}
${color slate grey} /home $color${fs_used /home}/${fs_size /home} ${alignr}${color slate grey}Used: $color${fs_used_perc /home}% ${color slate grey}Free: $color${fs_free_perc /home}%
${fs_bar 6 /home}
${color slate grey} /adan $color${fs_used /adan}/${fs_size /adan} ${alignr}${color slate grey}Used: $color${fs_used_perc /adan}% ${color slate grey}Free: $color${fs_free_perc /adan}%
${fs_bar 6 /adan}
${color slate grey} /nadasoft $color${fs_used /nadasoft}/${fs_size /nadasoft} ${alignr}${color slate grey}Used: $color${fs_used_perc /nadasoft}% ${color slate grey}Free: $color${fs_free_perc /nadasoft}%
${fs_bar 6 /nadasoft}
${color slate grey} /warez $color${fs_used /warez}/${fs_size /warez} ${alignr}${color slate grey}Used: $color${fs_used_perc /warez}% ${color slate grey}Free: $color${fs_free_perc /warez}%
${fs_bar 6 /warez}
${color slate grey} /tv $color${fs_used /tv}/${fs_size /tv} ${alignr}${color slate grey}Used: $color${fs_used_perc /tv}% ${color slate grey}Free: $color${fs_free_perc /tv}%
${fs_bar 6 /tv}
${color slate grey} /movies $color${fs_used /movies}/${fs_size /movies} ${alignr}${color slate grey}Used: $color${fs_used_perc /movies}% ${color slate grey}Free: $color${fs_free_perc /movies}%
${fs_bar 6 /movies}

${color #ffcb48}${font StyleBats:size=18}2 ${font DejaVu Sans:size=16}Network ${hr 1}${font}

${color slate grey}Public: ${goto 41}$color${execpi 600 wget -q -O /dev/stdout http://checkip.dyndns.org/ | cut -d : -f 2- | cut -d \< -f -1} ${goto 150}${downspeedgraph p5p1 30,150 4d8e00 A80000 -t}
${voffset -30}${color slate grey}IP: ${goto 45}$color${addr p5p1}
${color slate grey}Down: ${goto 45}$color${downspeedf p5p1} Kb/sec
${color slate grey}Up: ${goto 45}$color${upspeedf p5p1} Kb/sec${goto 150}${upspeedgraph p5p1 30,150 4d8e00 A80000 -t}
${voffset -30}${color slate grey}Downloaded: $color${totaldown p5p1}
${color slate grey}Uploaded: $color${totalup p5p1}

 

Now you should be able to fire up Conky and see your results.

conky

I prefer to debug Conky like this as you can see the output to the terminal windows, easy to find any bad syntax.

 

Here is a quick list of the most common variables used in the configuration.

# Possible variables to be used:
#
#      Variable         Arguments                  Description                
#
# 	addr              (interface)   IP address for an interface
# 	acpiacadapter                   ACPI ac adapter state.                   
# 	acpifan                         ACPI fan state                           
# 	acpitemp                        ACPI temperature.                        
# 	adt746xcpu                      CPU temperature from therm_adt746x       
# 	adt746xfan                      Fan speed from therm_adt746x             
# 	alignr            (num)         Right-justify text, with space of N
# 	alignc                          Align text to centre
# 	battery           (num)         Remaining capasity in ACPI or APM        
# 					battery. ACPI battery number can be      
# 					given as argument (default is BAT0).     
# 	buffers                         Amount of memory buffered                
# 	cached                          Amount of memory cached                  
# 	color             (color)       Change drawing color to color            
# 	cpu                             CPU usage in percents                    
# 	cpubar            (height)      Bar that shows CPU usage, height is      
# 					bar's height in pixels                 
# 	cpugraph          (height),(width) (gradient colour 1) (gradient colour 2)
# 					CPU usage graph, with optional colours in hex,
# 					minus the #.
# 	downspeed         net           Download speed in kilobytes              
# 	downspeedf        net           Download speed in kilobytes with one     
# 					decimal                                  
# 	downspeedgraph    net (height),(width) (gradient colour 1) (gradient colour 2)
# 					Download speed graph, colours defined in
# 					hex, minus the #.
# 	exec              shell command Executes a shell command and displays    
# 					the output in conky. warning: this      
# 					takes a lot more resources than other    
# 					variables. I'd recommend coding wanted   
# 					behaviour in C and posting a patch :-).  
# 	execbar           shell command Same as exec, except if the first value
# 					return is a value between 0-100, it
# 					will use that number for a bar.
# 					The size for the bar is currently fixed,
# 					but that may change in the future.
# 	execgraph         shell command Same as execbar, but graphs values
# 	execi             interval, shell command
#  					Same as exec but with specific interval. 
# 					Interval can't be less than              
# 					update_interval in configuration.        
#	font		  font		Specify a different font.  Only applies
#					to one line.
# 	fs_bar            (height), (fs)Bar that shows how much space is used on 
# 					a file system. height is the height in   
# 					pixels. fs is any file on that file      
# 					system.                                  
# 	fs_free           (fs)          Free space on a file system available    
# 					for users.                               
# 	fs_free_perc      (fs)          Free percentage of space on a file       
# 					system available for users.              
# 	fs_size           (fs)          File system size                         
# 	fs_used           (fs)          File system used space                   
# 	hr                (height)      Horizontal line, height is the height in 
# 					pixels                                   
# 	i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
# 					may be omitted if you have only one I2C  
# 					device. type is either in (or vol)       
# 					meaning voltage, fan meaning fan or
# 					temp/tempf (first in C, second in F)
# 					meaning temperature. n is number of the  
# 					sensor. See /sys/bus/i2c/devices/ on     
# 					your local computer.                     
# 	if_running        (process)     if PROCESS is running, display
# 					everything if_running and the matching $endif
# 	if_existing       (file)        if FILE exists, display everything between
# 					if_existing and the matching $endif
# 	if_mounted        (mountpoint)  if MOUNTPOINT is mounted, display everything between
# 					if_mounted and the matching $endif
# 	else                            Text to show if any of the above are not true
# 	kernel                          Kernel version                          
# 	linkstatus        (interface)   Get the link status for wireless connections
# 	loadavg           (1), (2), (3) System load average, 1 is for past 1     
# 					minute, 2 for past 5 minutes and 3 for   
# 					past 15 minutes.                         
# 	machine                         Machine, i686 for example                
# 	mails                           Mail count in mail spool. You can use    
# 					program like fetchmail to get mails from 
# 					some server using your favourite         
# 					protocol. See also new_mails.            
# 	mem                             Amount of memory in use                  
# 	membar            (height)      Bar that shows amount of memory in use   
# 	memmax                          Total amount of memory                   
# 	memperc                         Percentage of memory in use
# 	
# 	metar_ob_time
# 	metar_temp
# 	metar_tempf                     Temp in F
# 	metar_windchill
# 	metar_dew_point                 There are a bunch of these
# 	metar_rh                        and they are self-explanatory
# 	metar_windspeed
# 	metar_winddir
# 	metar_swinddir
# 	metar_cloud
# 	metar_u2d_time
# 	
# 	ml_upload_counter               total session upload in mb
# 	ml_download_counter             total session download in mb
# 	ml_nshared_files                number of shared files
# 	ml_shared_counter               total session shared in mb, buggy
# 					in some mldonkey versions
# 	ml_tcp_upload_rate              tcp upload rate in kb/s
# 	ml_tcp_download_rate            tcp download rate in kb/s
# 	ml_udp_upload_rate              udp upload rate in kb/s
# 	ml_udp_download_rate            udp download rate in kb/s
# 	ml_ndownloaded_files            number of completed files
# 	ml_ndownloading_files           number of downloading files
# 	
# 	mpd_artist			Artist in current MPD song
# 					(must be enabled at compile)
# 	mpd_album			Album in current MPD song
# 	mpd_bar           (height)      Bar of mpd's progress
# 	mpd_bitrate                     Bitrate of current song
# 	mpd_status                      Playing, stopped, et cetera.
# 	mpd_title			Title of current MPD song
# 	mpd_vol				MPD's volume
# 	mpd_elapsed                     Song's elapsed time
# 	mpd_length                      Song's length
# 	mpd_percent                     Percent of song's progress
# 	new_mails                       Unread mail count in mail spool.         
# 	nodename                        Hostname                                 
# 	outlinecolor      (color)       Change outline color                     
# 	pre_exec          shell command Executes a shell command one time before 
# 					conky displays anything and puts output 
# 					as text.                                 
# 	processes                       Total processes (sleeping and running)   
# 	running_processes               Running processes (not sleeping),        
# 					requires Linux 2.6                       
# 	shadecolor        (color)       Change shading color                     
# 	stippled_hr       (space),      Stippled (dashed) horizontal line        
# 			(height)        
# 	swapbar           (height)      Bar that shows amount of swap in use     
# 	swap                            Amount of swap in use                    
# 	swapmax                         Total amount of swap                     
# 	swapperc                        Percentage of swap in use                
# 	sysname                         System name, Linux for example           
# 	offset            pixels        Move text over by N pixels
# 	tail              logfile, lines (interval)
# 					Displays last N lines of supplied text
# 					text file.  If interval is not supplied,
# 					Conky assumes 2x Conky's interval.
# 					Max of 30 lines.
# 					Max of 30 lines can be displayed.
# 	time              (format)      Local time, see man strftime to get more 
# 					information about format                 
# 	totaldown         net           Total download, overflows at 4 GB on     
# 					Linux with 32-bit arch and there doesn't 
# 					seem to be a way to know how many times  
# 					it has already done that before conky   
# 					has started.                            
# 	top               type, num     This takes arguments in the form:
# 					top <name> <number>
# 					Basically, processes are ranked from 
# 					highest to lowest in terms of cpu
# 					usage, which is what <num> represents.
# 					The types are: "name", "pid", "cpu", and
# 					"mem".
# 					There can be a max of 10 processes listed.
# 	top_mem           type, num     Same as top, except sorted by mem usage
# 					instead of cpu
# 	totalup           net           Total upload, this one too, may overflow 
# 	updates                         Number of updates (for debugging)        
# 	upspeed           net           Upload speed in kilobytes                
# 	upspeedf          net           Upload speed in kilobytes with one       
# 					decimal                                  
# 	upspeedgraph      net (height),(width)  (gradient colour 1) (gradient colour 2)
# 					Upload speed graph, colours defined in
# 					hex, minus the #.
# 	uptime                          Uptime                                   
# 	uptime_short                    Uptime in a shorter format               
# 	
# 	seti_prog                       Seti@home current progress
# 	seti_progbar      (height)      Seti@home current progress bar
# 	seti_credit                     Seti@hoome total user credit

# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument

 

Install and Configure the Weather Script

Ok, now onto the tricky part. We have to create and configure the weather script. First, create a new directory for the script and a directory for the cache.

mkdir ~/Scripts/Weather
mkdir ~/.accuweather_conky
mkdir ~/.accuweather_conky/Forecast_Images

 

Now we need all the images used in the weather forecast, so copy all the Forecast_Images from the ‘TeoBigusGeekus_Conky_Weather_Scripts_5-7-12.tar.gz‘. The images are found inside the zip in the location ‘/TeoBigusGeekus_Conky_Weather_Scripts_5-7-12/1d1_Accuweather_INT_Images/Accuweather_Conky_Int_Images/Forecast_Images/‘. Extract these into ‘~/.accuweather_conky/Forecast_Images‘.

 

Next we need to create the script to download and cache the actual weather data.

sudo gedit ~/Scripts/Weather/weather

#!/bin/bash

#function: test_image_day
test_image_day () {
    case $1 in
         su)
           echo 1su
         ;;
         msu)
           echo 2msu
         ;;
         psu)
           echo 3psu
         ;;
         ic)
           echo 4ic
         ;;
         h)
           echo 5h
         ;;
         mc)
           echo 6mc
         ;;
         c)
           echo 7c
         ;;
         d)
           echo 8d
         ;;
         f)
           echo 9f
         ;;
         s)
           echo 10s
         ;;
         mcs)
           echo 11mcs
         ;;
         psus)
           echo 12psus
         ;;
         t)
           echo 13t
         ;;
         mct)
           echo 14mct
         ;;
         psut)
           echo 15psut
         ;;
         r)
           echo 16r
         ;;
         fl)
           echo 17fl
         ;;
         mcfl)
           echo 18mcfl
         ;;
         psfl)
           echo 19psfl
         ;;
         sn)
           echo 20sn
         ;;
         mcsn)
           echo 21mcsn
         ;;
         i)
           echo 22i
         ;;
         sl)
           echo 23sl
         ;;
         fr)
           echo 24fr
         ;;
         rsn)
           echo 25rsn
         ;;
         w)
           echo 26w
         ;;
         ho)
           echo 27ho
         ;;
         co)
           echo 28co
         ;;
         cl)
           echo 29cl 
         ;;
         mcl)
           echo 31mcl
         ;;
         pc)
           echo 32pc 
         ;;
         pcs)
           echo 36pcs
         ;;
         pct)
           echo 38pct 
         ;;
        esac
} 

#function: test_image_night
test_image_night () {
    case $1 in
		 su)
           echo 1su
         ;;
         msu)
           echo 2msu
         ;;
         psu)
           echo 3psu
         ;;
         c)
           echo 7c
         ;;
         d)
           echo 8d
         ;;
         f)
           echo 9f
         ;;
         s)
           echo 10s
         ;;
         psus)
           echo 12psus
         ;;
         t)
           echo 13t
         ;;
         psut)
           echo 15psut
         ;;
         r)
           echo 16r
         ;;
         fl)
           echo 17fl
         ;;
         psfl)
           echo 19psfl
         ;;
         sn)
           echo 20sn
         ;;
         i)
           echo 22i
         ;;
         sl)
           echo 23sl
         ;;
         fr)
           echo 24fr
         ;;
         rsn)
           echo 25rsn
         ;;
         ho)
           echo 27ho
         ;;
         co)
           echo 28co
         ;;
         cl)
           echo 29cl 
         ;;
         w)
           echo 30w
         ;;
         mcl)
           echo 31mcl
         ;;
         pc)
           echo 32pc 
         ;;
         ic)
           echo 33ic
         ;;
         h)
           echo 34h
         ;;
         mc)
           echo 35mc 
         ;;
         pcs)
           echo 36pcs
         ;;
         mcs)
           echo 37mcs 
         ;;
         pct)
           echo 38pct 
         ;;
         mct)
           echo 39mct 
         ;;
         mcfl)
           echo 40mcfl 
         ;;
         mcsn)
           echo 41mcsn 
         ;;
        esac
}

#put your Accuweather address here
address="http://www.accuweather.com/en/au/brisbane/24741/weather-forecast/24741"

loc_id=$(echo $address|sed 's/\/weather-forecast.*$//'|sed 's/^.*\///')
last_number=$(echo $address|sed 's/^.*\///')

curr_addr="$(echo $address|sed 's/weather-forecast.*$//')"current-weather/"$last_number"

addr1="$(echo $address|sed 's/weather-forecast.*$//')"daily-weather-forecast/"$last_number"
addr2="$addr1"?day=6

kill -STOP $(pidof conky)
killall wget

wget --save-cookies $HOME/.accuweather_conky/cache -O $HOME/.accuweather_conky/curr_cond_raw $curr_addr
wget --load-cookies $HOME/.accuweather_conky/cache -O $HOME/.accuweather_conky/first_days_raw $addr1
wget --load-cookies $HOME/.accuweather_conky/cache -O $HOME/.accuweather_conky/last_days_raw $addr2

#Current Conditions - curr_cond file
if [[ -s $HOME/.accuweather_conky/curr_cond_raw ]]; then

    egrep -i '"detail-tab-panel |>Today<\/a>|>Tonight<\/a>|>Early AM<\/a>|>Overnight<\/a>|>Mon<\/a>|>Tue<\/a>|>Wed<\/a>|>Thu<\/a>|>Fri<\/a>|>Sat<\/a>|>Sun<\/a>|icon i-|"cond"|"temp"|var d = '\''|var s = '\''|Humidity: |Pressure: |Cloud Cover: |UV Index: |Dew Point: |Precipitation(1 hr): |Visibility: |am<\/span>|pm<\/span>' $HOME/.accuweather_conky/curr_cond_raw > $HOME/.accuweather_conky/curr_cond
    sed -i -e 's/^[ \t]*//g' -e 's/^.*icon i-//g' -e 's/^.*"cond">//g' -e 's/>Lo</\n/g' -e 's/RealFeel/\n/g' $HOME/.accuweather_conky/curr_cond
    sed -i -e 's/^.*"#">//g' -e 's/^.*<strong class="temp"//g' -e 's/^>//g' -e 's/<span>&deg.*$//g' $HOME/.accuweather_conky/curr_cond
    sed -i -e 's/<\/a>.*$//g' -e 's/\/span> //g' -e 's/var d = //g' -e 's/var s = //g' -e 's/"temp">/\n/g' $HOME/.accuweather_conky/curr_cond
    sed -i -e 's/^.*"start">//g' -e 's/^.*"finish">//g' -e 's/<li>//g' -e 's/<strong>//g' -e 's/<<span.*$//g' $HOME/.accuweather_conky/curr_cond
    sed -i -e 's/<\/span>//g' -e 's/<\/strong><\/li>//g' -e 's/ "><\/div>//g' -e 's/'\''//g' $HOME/.accuweather_conky/curr_cond
    sed -i -e 's/"><\/div>//g' -e 's/^.*; //g' -e 's/&#.*$//g' -e 's/ i-alarm.*$//g' -e 's/;//g' $HOME/.accuweather_conky/curr_cond
    sed -i -e 's/Humidity: //g' -e 's/Pressure: //g' -e 's/Cloud Cover: //g' -e 's/UV Index: //g' -e 's/Dew Point: //g' -e 's/Visibility: //g' $HOME/.accuweather_conky/curr_cond
    sed -i -e 's/^.*detail-tab-panel //g' -e 's/">//g' -e 's/\r//g' -e 's/ *$//g' $HOME/.accuweather_conky/curr_cond
    time=$(sed -n 1p $HOME/.accuweather_conky/curr_cond)
    if [[ $time == Tonight || $time == Overnight || $time == "Early AM" ]]; then
        sed -i 3a- $HOME/.accuweather_conky/curr_cond
	fi
    time=$(sed -n 26p $HOME/.accuweather_conky/curr_cond)
	image=$(sed -n 27p $HOME/.accuweather_conky/curr_cond)
    if [[ $time == day ]]; then
	    sed -i 27s/$image/$(test_image_day $image)/ $HOME/.accuweather_conky/curr_cond
	elif [[ $time == night ]]; then
	    sed -i 27s/$image/$(test_image_night $image)/ $HOME/.accuweather_conky/curr_cond
	fi
	cp $HOME/.accuweather_conky/Forecast_Images/$(sed -n 27p $HOME/.accuweather_conky/curr_cond).png $HOME/.accuweather_conky/cc.png
fi

#First 5days - first_days file 
if [[ -s $HOME/.accuweather_conky/first_days_raw ]]; then

    egrep -i '>Today<|<p>[a-z]|>Mon<\/a>|>Tue<\/a>|>Wed<\/a>|>Thu<\/a>|>Fri<\/a>|>Sat<\/a>|>Sun<\/a>|icon i-|"cond"|"temp"|realfeel">RealFeel|realfeel">Precipitation' $HOME/.accuweather_conky/first_days_raw > $HOME/.accuweather_conky/first_days
    sed -i -e 's/^[ \t]*//g' -e 's/^.*icon i-//g' -e 's/^.*"cond">//g' -e 's/>Lo</\n/g' $HOME/.accuweather_conky/first_days
    sed -i -e 's/ "><\/div>//g' -e 's/"><\/div>//g' -e 's/^.*"temp">//g' -e 's/<span>&deg.*$//g' $HOME/.accuweather_conky/first_days
    sed -i -e 's/<p>//g' -e 's/<\/p>//g' -e 's/^.*"#">//g' -e 's/\/span> //g' -e 's/^.*>Precipitation //g' -e 's/^.*; //g' $HOME/.accuweather_conky/first_days
    sed -i -e 's/&#.*$//g' -e 's/<.*$//g' -e 's/ i-alarm.*$//g' -e 's/\r//g' -e 's/ *$//g' $HOME/.accuweather_conky/first_days
	sed -i -e 's/Today/TODAY/' -e 's/Mon$/MONDAY/' -e 's/Tue$/TUESDAY/' -e 's/Wed$/WEDNESDAY/' -e 's/Thu$/THURSDAY/' -e 's/Fri$/FRIDAY/' -e 's/Sat$/SATURDAY/' -e 's/Sun$/SUNDAY/' $HOME/.accuweather_conky/first_days
    time=$(sed -n 1p $HOME/.accuweather_conky/curr_cond)
    if [[ $time == Tonight || $time == Overnight || $time == "Early AM" ]]; then
        sed -i 2a- $HOME/.accuweather_conky/first_days
	fi
	L1=$(sed -n 1p $HOME/.accuweather_conky/first_days)
    if [[ $L1 == TODAY ]]; then
        sed -i 1d $HOME/.accuweather_conky/first_days
	fi
    for (( i=6; i<=21; i+=5 ))
	  do
	      image_raw=$(sed -n "${i}"p $HOME/.accuweather_conky/first_days)
	      sed -i ${i}s/$image_raw/$(test_image_day $image_raw)/ $HOME/.accuweather_conky/first_days
	      cp $HOME/.accuweather_conky/Forecast_Images/$(sed -n ${i}p $HOME/.accuweather_conky/first_days).png $HOME/.accuweather_conky/$i.png
	  done
    image_raw=$(sed -n 25p $HOME/.accuweather_conky/first_days)
	sed -i 25s/$image_raw/$(test_image_day $image_raw)/ $HOME/.accuweather_conky/first_days
	cp $HOME/.accuweather_conky/Forecast_Images/$(sed -n 25p $HOME/.accuweather_conky/first_days).png $HOME/.accuweather_conky/tod.png
    image_raw=$(sed -n 30p $HOME/.accuweather_conky/first_days)
	sed -i 30s/$image_raw/$(test_image_day $image_raw)/ $HOME/.accuweather_conky/first_days
	cp $HOME/.accuweather_conky/Forecast_Images/$(sed -n 30p $HOME/.accuweather_conky/first_days).png $HOME/.accuweather_conky/ton.png

fi

#Last 5days - last_days file 
if [[ -s $HOME/.accuweather_conky/last_days_raw ]]; then

    egrep -i '>Mon<\/a>|>Tue<\/a>|>Wed<\/a>|>Thu<\/a>|>Fri<\/a>|>Sat<\/a>|>Sun<\/a>|icon i-|"cond"|"temp"|realfeel">RealFeel|realfeel">Precipitation' $HOME/.accuweather_conky/last_days_raw > $HOME/.accuweather_conky/last_days
    sed -i -e 's/^[ \t]*//g' -e 's/^.*icon i-//g' -e 's/^.*"cond">//g' -e 's/>Lo</\n/g' $HOME/.accuweather_conky/last_days
    sed -i -e 's/ "><\/div>//g' -e 's/"><\/div>//g' -e 's/^.*"temp">//g' -e 's/<span>&deg.*$//g' $HOME/.accuweather_conky/last_days
    sed -i -e 's/^.*"#">//g' -e 's/\/span> //g' -e 's/^.*>Precipitation //g' -e 's/^.*; //g' $HOME/.accuweather_conky/last_days
    sed -i -e 's/&#.*$//g' -e 's/<.*$//g' -e 's/ i-alarm.*$//g' -e 's/\r//g' -e 's/ *$//g' $HOME/.accuweather_conky/last_days
	sed -i -e 's/Mon$/MONDAY/' -e 's/Tue$/TUESDAY/' -e 's/Wed$/WEDNESDAY/' -e 's/Thu$/THURSDAY/' -e 's/Fri$/FRIDAY/' -e 's/Sat$/SATURDAY/' -e 's/Sun$/SUNDAY/' $HOME/.accuweather_conky/last_days
    for (( i=2; i<=22; i+=5 ))
	  do
	      image_raw=$(sed -n "${i}"p $HOME/.accuweather_conky/last_days)
	      sed -i ${i}s/$image_raw/$(test_image_day $image_raw)/ $HOME/.accuweather_conky/last_days
	      cp $HOME/.accuweather_conky/Forecast_Images/$(sed -n ${i}p $HOME/.accuweather_conky/last_days).png $HOME/.accuweather_conky/last_$i.png
	  done

fi

#messages file
sed -n 28p $HOME/.accuweather_conky/curr_cond | cut -c -40 > $HOME/.accuweather_conky/messages
sed -n 29p $HOME/.accuweather_conky/first_days | cut -c -40 >> $HOME/.accuweather_conky/messages
sed -n 34p $HOME/.accuweather_conky/first_days | cut -c -40 >> $HOME/.accuweather_conky/messages
for (( i=7; i<=22; i+=5 ))
  do
      sed -n ${i}p $HOME/.accuweather_conky/first_days | cut -c -40 >> $HOME/.accuweather_conky/messages
  done
for (( i=3; i<=23; i+=5 ))
  do
      sed -n ${i}p $HOME/.accuweather_conky/last_days | cut -c -40 >> $HOME/.accuweather_conky/messages
  done

#kill -CONT $(pidof conky)

 

Now make sure you update the script with your current location. Just go to http://www.accuweather.com/ and then look up your desired location and copy + paste the URL into the script

#put your Accuweather address here
address="http://www.accuweather.com/en/au/brisbane/24741/weather-forecast/24741"

 

After you should ‘chmod +x’ the script. Then give it a test run.

chmod +x ~/Scripts/Weather/weather

cd ~/Scripts/Weather
./weather

 

You should see ‘wget’ outputs like the following.

$ ./weather
wget: no process found
--2012-09-20 12:26:16--  http://www.accuweather.com/en/au/brisbane/24741/current-weather/24741
Resolving www.accuweather.com... 96.17.180.153, 96.17.180.136
Connecting to www.accuweather.com|96.17.180.153|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `/home/djravine/.accuweather_conky/curr_cond_raw'

    [       <=>                             ] 64,279      18.4K/s   in 3.4s    

2012-09-20 12:26:22 (18.4 KB/s) - `/home/djravine/.accuweather_conky/curr_cond_raw' saved [64279]

Cannot open cookies file `/home/djravine/.accuweather_conky/cache': Is a directory
--2012-09-20 12:26:22--  http://www.accuweather.com/en/au/brisbane/24741/daily-weather-forecast/24741
Resolving www.accuweather.com... 96.17.180.136, 96.17.180.153
Connecting to www.accuweather.com|96.17.180.136|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `/home/djravine/.accuweather_conky/first_days_raw'

    [      <=>                              ] 69,378      35.6K/s   in 1.9s    

2012-09-20 12:26:25 (35.6 KB/s) - `/home/djravine/.accuweather_conky/first_days_raw' saved [69378]

--2012-09-20 12:26:25--  http://www.accuweather.com/en/au/brisbane/24741/daily-weather-forecast/24741?day=6
Resolving www.accuweather.com... 96.17.180.153, 96.17.180.136
Connecting to www.accuweather.com|96.17.180.153|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `/home/djravine/.accuweather_conky/last_days_raw'

    [      <=>                              ] 69,614      37.0K/s   in 1.8s    

2012-09-20 12:26:28 (37.0 KB/s) - `/home/djravine/.accuweather_conky/last_days_raw' saved [69614]

 

If the weather script all runs correctly, then update your ‘.conkyrc’ configuration file with the weather options.

${color #ffcb48}${font StyleBats:size=18}Q ${font DejaVu Sans:size=16}Weather ${hr 1}${font}
$color${image $HOME/.accuweather_conky/cc.png -p 0,830 -s 180x108}
${color slate grey}${execpi 600 sed -n '1p' $HOME/.accuweather_conky/messages}${goto 190}${color slate grey}Temp: $color${alignr}${execpi 600 sed -n '29p' $HOME/.accuweather_conky/curr_cond}°C (${execpi 600 sed -n '30p' $HOME/.accuweather_conky/curr_cond}°C)
${goto 190}${color slate grey}Wind: $color${alignr}${execpi 600 sed -n '31p' $HOME/.accuweather_conky/curr_cond} ${execpi 600 sed -n '32p' $HOME/.accuweather_conky/curr_cond}
${goto 190}${color slate grey}Humidity: $color${alignr}${execpi 600 sed -n '33p' $HOME/.accuweather_conky/curr_cond}
${goto 190}${color slate grey}Dew Point: $color${alignr}${execpi 600 sed -n '37p' $HOME/.accuweather_conky/curr_cond}°C
${goto 190}${color slate grey}Pressure: $color${alignr}${execpi 600 sed -n '34p' $HOME/.accuweather_conky/curr_cond}
${goto 190}${color slate grey}Visibility: $color${alignr}${execpi 600 sed -n '38p' $HOME/.accuweather_conky/curr_cond}
${goto 190}${color slate grey}Cloud Cover: $color${alignr}${execpi 600 sed -n '35p' $HOME/.accuweather_conky/curr_cond}
${goto 190}${color slate grey}UV Index: $color${alignr}${execpi 600 sed -n '36p' $HOME/.accuweather_conky/curr_cond} 
${goto 150}${color slate grey}S/M Rise: $color${alignr}${execpi 600 sed -n '39p' $HOME/.accuweather_conky/curr_cond}/${execpi 600 sed -n '41p' $HOME/.accuweather_conky/curr_cond}
${goto 150}${color slate grey}S/M Set: $color${alignr}${execpi 600 sed -n '40p' $HOME/.accuweather_conky/curr_cond}/${execpi 600 sed -n '42p' $HOME/.accuweather_conky/curr_cond}
${color #ffcb48}${hr 1}${color slate grey}
#${goto 50}${color slate grey}TODAY$color$font${goto 230}${color slate grey}TONIGHT$color$font${image $HOME/.accuweather_conky/tod.png -p 0,975 -s 120x72}${image $HOME/.accuweather_conky/ton.png -p 190,975 -s 120x72}
#
#${goto 145}${execpi 600 sed -n '26p' $HOME/.accuweather_conky/first_days}°C${goto 340}${execpi 600 sed -n '31p' $HOME/.accuweather_conky/first_days}°C
#${goto 140}(${execpi 600 sed -n '27p' $HOME/.accuweather_conky/first_days}°C)${goto 335}(${execpi 600 sed -n '32p' $HOME/.accuweather_conky/first_days}°C)
${color}${goto 30}${color ffe595}${execpi 600 sed -n '5p' $HOME/.accuweather_conky/first_days}${goto 130}${execpi 600 sed -n '10p' $HOME/.accuweather_conky/first_days}${goto 240}${execpi 600 sed -n '15p' $HOME/.accuweather_conky/first_days}$color${font}${image $HOME/.accuweather_conky/6.png -p 0,965 -s 90x54}

${goto 80}${execpi 600 sed -n '8p' $HOME/.accuweather_conky/first_days}°C${goto 190}${execpi 600 sed -n '13p' $HOME/.accuweather_conky/first_days}°C${goto 285}${execpi 600 sed -n '18p' $HOME/.accuweather_conky/first_days}°C
${goto 80}${execpi 600 sed -n '9p' $HOME/.accuweather_conky/first_days}°C${goto 190}${execpi 600 sed -n '14p' $HOME/.accuweather_conky/first_days}°C${goto 285}${execpi 600 sed -n '19p' $HOME/.accuweather_conky/first_days}°C${image $HOME/.accuweather_conky/11.png -p 110,965 -s 90x54}${image $HOME/.accuweather_conky/16.png -p 210,965 -s 90x54}

${font DejaVu Sans:size=6}${execpi 600 sed -n '4p' $HOME/.accuweather_conky/messages}${goto 125}${execpi 600 sed -n '5p' $HOME/.accuweather_conky/messages}${goto 200}${execpi 600 sed -n '6p' $HOME/.accuweather_conky/messages}${font}

 

 

Complete ‘.conkyrc’

Here is the entire ‘.conkyrc’ file for your perusal.

# .conkyrc

alignment top_right
gap_x 1685 
gap_y 30
background yes
border_width 1
cpu_avg_samples 2
default_color grey
default_outline_color black
default_shade_color lightgrey
draw_borders no
draw_graph_borders no
draw_outline no
draw_shades no
use_xft yes
xftalpha 0.75
xftfont DejaVu Sans:size=8
minimum_size 5 5
maximum_width 300
net_avg_samples 2
no_buffers yes
double_buffer yes
text_buffer_size 2048
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_type desktop     # makes it part of the desktop, GNOME hides this upon clicking desktop
#own_window_type normal      # makes it part of the desktop, but GNOME does not hide it
#own_window_type panel       # cannot be hidden by other windows
#own_window_type dock        # can be hidden by other windows, but cannot be aligned
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
stippled_borders 0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
imlib_cache_size 0 # Don't Cache Images

#update_interval 0.5
#update_interval 1.0
update_interval 2.0
#update_interval 3.0
#update_interval 4.0
#update_interval 5.0
#update_interval 10.0
#update_interval 15.0
#update_interval 30.0
#update_interval 60.0

# Possible variables to be used:
#
#      Variable         Arguments                  Description                

# 	addr              (interface)   IP address for an interface
# 	acpiacadapter                   ACPI ac adapter state.                   
# 	acpifan                         ACPI fan state                           
# 	acpitemp                        ACPI temperature.                        
# 	adt746xcpu                      CPU temperature from therm_adt746x       
# 	adt746xfan                      Fan speed from therm_adt746x             
# 	alignr            (num)         Right-justify text, with space of N
# 	alignc                          Align text to centre
# 	battery           (num)         Remaining capasity in ACPI or APM        
# 					battery. ACPI battery number can be      
# 					given as argument (default is BAT0).     
# 	buffers                         Amount of memory buffered                
# 	cached                          Amount of memory cached                  
# 	color             (color)       Change drawing color to color            
# 	cpu                             CPU usage in percents                    
# 	cpubar            (height)      Bar that shows CPU usage, height is      
# 					bar's height in pixels                 
# 	cpugraph          (height),(width) (gradient colour 1) (gradient colour 2)
# 					CPU usage graph, with optional colours in hex,
# 					minus the #.
# 	downspeed         net           Download speed in kilobytes              
# 	downspeedf        net           Download speed in kilobytes with one     
# 					decimal                                  
# 	downspeedgraph    net (height),(width) (gradient colour 1) (gradient colour 2)
# 					Download speed graph, colours defined in
# 					hex, minus the #.
# 	exec              shell command Executes a shell command and displays    
# 					the output in conky. warning: this      
# 					takes a lot more resources than other    
# 					variables. I'd recommend coding wanted   
# 					behaviour in C and posting a patch :-).  
# 	execbar           shell command Same as exec, except if the first value
# 					return is a value between 0-100, it
# 					will use that number for a bar.
# 					The size for the bar is currently fixed,
# 					but that may change in the future.
# 	execgraph         shell command Same as execbar, but graphs values
# 	execi             interval, shell command
#  					Same as exec but with specific interval. 
# 					Interval can't be less than              
# 					update_interval in configuration.        
#	font		  font		Specify a different font.  Only applies
#					to one line.
# 	fs_bar            (height), (fs)Bar that shows how much space is used on 
# 					a file system. height is the height in   
# 					pixels. fs is any file on that file      
# 					system.                                  
# 	fs_free           (fs)          Free space on a file system available    
# 					for users.                               
# 	fs_free_perc      (fs)          Free percentage of space on a file       
# 					system available for users.              
# 	fs_size           (fs)          File system size                         
# 	fs_used           (fs)          File system used space                   
# 	hr                (height)      Horizontal line, height is the height in 
# 					pixels                                   
# 	i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
# 					may be omitted if you have only one I2C  
# 					device. type is either in (or vol)       
# 					meaning voltage, fan meaning fan or
# 					temp/tempf (first in C, second in F)
# 					meaning temperature. n is number of the  
# 					sensor. See /sys/bus/i2c/devices/ on     
# 					your local computer.                     
# 	if_running        (process)     if PROCESS is running, display
# 					everything if_running and the matching $endif
# 	if_existing       (file)        if FILE exists, display everything between
# 					if_existing and the matching $endif
# 	if_mounted        (mountpoint)  if MOUNTPOINT is mounted, display everything between
# 					if_mounted and the matching $endif
# 	else                            Text to show if any of the above are not true
# 	kernel                          Kernel version                          
# 	linkstatus        (interface)   Get the link status for wireless connections
# 	loadavg           (1), (2), (3) System load average, 1 is for past 1     
# 					minute, 2 for past 5 minutes and 3 for   
# 					past 15 minutes.                         
# 	machine                         Machine, i686 for example                
# 	mails                           Mail count in mail spool. You can use    
# 					program like fetchmail to get mails from 
# 					some server using your favourite         
# 					protocol. See also new_mails.            
# 	mem                             Amount of memory in use                  
# 	membar            (height)      Bar that shows amount of memory in use   
# 	memmax                          Total amount of memory                   
# 	memperc                         Percentage of memory in use
# 	
# 	metar_ob_time
# 	metar_temp
# 	metar_tempf                     Temp in F
# 	metar_windchill
# 	metar_dew_point                 There are a bunch of these
# 	metar_rh                        and they are self-explanatory
# 	metar_windspeed
# 	metar_winddir
# 	metar_swinddir
# 	metar_cloud
# 	metar_u2d_time
# 	
# 	ml_upload_counter               total session upload in mb
# 	ml_download_counter             total session download in mb
# 	ml_nshared_files                number of shared files
# 	ml_shared_counter               total session shared in mb, buggy
# 					in some mldonkey versions
# 	ml_tcp_upload_rate              tcp upload rate in kb/s
# 	ml_tcp_download_rate            tcp download rate in kb/s
# 	ml_udp_upload_rate              udp upload rate in kb/s
# 	ml_udp_download_rate            udp download rate in kb/s
# 	ml_ndownloaded_files            number of completed files
# 	ml_ndownloading_files           number of downloading files
# 	
# 	mpd_artist			Artist in current MPD song
# 					(must be enabled at compile)
# 	mpd_album			Album in current MPD song
# 	mpd_bar           (height)      Bar of mpd's progress
# 	mpd_bitrate                     Bitrate of current song
# 	mpd_status                      Playing, stopped, et cetera.
# 	mpd_title			Title of current MPD song
# 	mpd_vol				MPD's volume
# 	mpd_elapsed                     Song's elapsed time
# 	mpd_length                      Song's length
# 	mpd_percent                     Percent of song's progress
# 	new_mails                       Unread mail count in mail spool.         
# 	nodename                        Hostname                                 
# 	outlinecolor      (color)       Change outline color                     
# 	pre_exec          shell command Executes a shell command one time before 
# 					conky displays anything and puts output 
# 					as text.                                 
# 	processes                       Total processes (sleeping and running)   
# 	running_processes               Running processes (not sleeping),        
# 					requires Linux 2.6                       
# 	shadecolor        (color)       Change shading color                     
# 	stippled_hr       (space),      Stippled (dashed) horizontal line        
# 			(height)        
# 	swapbar           (height)      Bar that shows amount of swap in use     
# 	swap                            Amount of swap in use                    
# 	swapmax                         Total amount of swap                     
# 	swapperc                        Percentage of swap in use                
# 	sysname                         System name, Linux for example           
# 	offset            pixels        Move text over by N pixels
# 	tail              logfile, lines (interval)
# 					Displays last N lines of supplied text
# 					text file.  If interval is not supplied,
# 					Conky assumes 2x Conky's interval.
# 					Max of 30 lines.
# 					Max of 30 lines can be displayed.
# 	time              (format)      Local time, see man strftime to get more 
# 					information about format                 
# 	totaldown         net           Total download, overflows at 4 GB on     
# 					Linux with 32-bit arch and there doesn't 
# 					seem to be a way to know how many times  
# 					it has already done that before conky   
# 					has started.                            
# 	top               type, num     This takes arguments in the form:
# 					top <name> <number>
# 					Basically, processes are ranked from 
# 					highest to lowest in terms of cpu
# 					usage, which is what <num> represents.
# 					The types are: "name", "pid", "cpu", and
# 					"mem".
# 					There can be a max of 10 processes listed.
# 	top_mem           type, num     Same as top, except sorted by mem usage
# 					instead of cpu
# 	totalup           net           Total upload, this one too, may overflow 
# 	updates                         Number of updates (for debugging)        
# 	upspeed           net           Upload speed in kilobytes                
# 	upspeedf          net           Upload speed in kilobytes with one       
# 					decimal                                  
# 	upspeedgraph      net (height),(width)  (gradient colour 1) (gradient colour 2)
# 					Upload speed graph, colours defined in
# 					hex, minus the #.
# 	uptime                          Uptime                                   
# 	uptime_short                    Uptime in a shorter format               
# 	
# 	seti_prog                       Seti@home current progress
# 	seti_progbar      (height)      Seti@home current progress bar
# 	seti_credit                     Seti@hoome total user credit

# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument

# stuff after 'TEXT' will be formatted on screen

TEXT
#${texeci 500 bash $HOME/Scripts/Weather/weather}
${color #ffcb48}${font openlogos:size=40}N${font DejaVu Sans:size=16} ${voffset -25}${offset -10} FEDORA 17
${voffset -10}${offset 45}$color${font}$sysname $kernel on $machine

${color #ffcb48}${font StyleBats:size=18}k ${font DejaVu Sans:size=16}ZEUS ${hr 1}${font}

${color slate grey}Up:$color $uptime${goto 150}${cpugraph 50,150 4d8e00 A80000 -t}
${voffset -50}${color slate grey}CPU:$color $cpu%
${color slate grey}Processes:$color $running_processes/$processes
${color slate grey}Load:$color $loadavg
${color slate grey}CPU 0 $color${cpu cpu1}% ${cpubar cpu1}
${color slate grey}CPU 1 $color${cpu cpu2}% ${cpubar cpu2}
${color slate grey}CPU 2 $color${cpu cpu3}% ${cpubar cpu3}
${color slate grey}CPU 3 $color${cpu cpu4}% ${cpubar cpu4}
${color slate grey}Swap:$color  $swap/$swapmax - $swapperc% ${swapbar 4}
${color slate grey}RAM:$color  $mem/$memmax - $memperc% ${memgraph 10,128 4d8e00 A80000 -t}

${color #ffcb48}${font StyleBats:size=18}l ${font DejaVu Sans:size=16}Processes ${hr 1}${font}

${color slate grey}Name			$alignr PID    CPU%    MEM%
$color${top name 1}		$alignr$color ${top pid 1} ${top cpu 1}%  ${top mem 1}%
$color${top name 2}		$alignr$color ${top pid 2} ${top cpu 2}%  ${top mem 2}%
$color${top name 3}		$alignr$color ${top pid 3} ${top cpu 3}%  ${top mem 3}%
$color${top name 4}		$alignr$color ${top pid 4} ${top cpu 4}%  ${top mem 4}%
$color${top name 5}		$alignr$color ${top pid 5} ${top cpu 5}%  ${top mem 5}%
$color${top name 6}		$alignr$color ${top pid 6} ${top cpu 6}%  ${top mem 6}%
$color${top name 7}		$alignr$color ${top pid 7} ${top cpu 7}%  ${top mem 7}%
$color${top name 8}		$alignr$color ${top pid 8} ${top cpu 8}%  ${top mem 8}%
$color${top name 9}		$alignr$color ${top pid 9} ${top cpu 9}%  ${top mem 9}%

${color #ffcb48}${font StyleBats:size=18}j ${font DejaVu Sans:size=16}File Systems ${hr 1}${font}

${color slate grey} / $color${fs_used}/${fs_size} ${alignr}${color slate grey}Used: $color${fs_used_perc /}% ${color slate grey}Free: $color${fs_free_perc /}%
${fs_bar 6}
${color slate grey} /home $color${fs_used /home}/${fs_size /home} ${alignr}${color slate grey}Used: $color${fs_used_perc /home}% ${color slate grey}Free: $color${fs_free_perc /home}%
${fs_bar 6 /home}
${color slate grey} /adan $color${fs_used /adan}/${fs_size /adan} ${alignr}${color slate grey}Used: $color${fs_used_perc /adan}% ${color slate grey}Free: $color${fs_free_perc /adan}% 
${fs_bar 6 /adan}
${color slate grey} /nadasoft $color${fs_used /nadasoft}/${fs_size /nadasoft} ${alignr}${color slate grey}Used: $color${fs_used_perc /nadasoft}% ${color slate grey}Free: $color${fs_free_perc /nadasoft}%
${fs_bar 6 /nadasoft}
${color slate grey} /warez $color${fs_used /warez}/${fs_size /warez} ${alignr}${color slate grey}Used: $color${fs_used_perc /warez}% ${color slate grey}Free: $color${fs_free_perc /warez}%
${fs_bar 6 /warez}
${color slate grey} /tv $color${fs_used /tv}/${fs_size /tv} ${alignr}${color slate grey}Used: $color${fs_used_perc /tv}% ${color slate grey}Free: $color${fs_free_perc /tv}%
${fs_bar 6 /tv}
${color slate grey} /movies $color${fs_used /movies}/${fs_size /movies} ${alignr}${color slate grey}Used: $color${fs_used_perc /movies}% ${color slate grey}Free: $color${fs_free_perc /movies}%
${fs_bar 6 /movies}

${color #ffcb48}${font StyleBats:size=18}2 ${font DejaVu Sans:size=16}Network ${hr 1}${font}

${color slate grey}Public: ${goto 41}$color${execpi 600 wget -q -O /dev/stdout http://checkip.dyndns.org/ | cut -d : -f 2- | cut -d \< -f -1} ${goto 150}${downspeedgraph p5p1 30,150 4d8e00 A80000 -t}
${voffset -30}${color slate grey}IP: ${goto 45}$color${addr p5p1}
${color slate grey}Down: ${goto 45}$color${downspeedf p5p1} Kb/sec
${color slate grey}Up: ${goto 45}$color${upspeedf p5p1} Kb/sec${goto 150}${upspeedgraph p5p1 30,150 4d8e00 A80000 -t}
${voffset -30}${color slate grey}Downloaded: $color${totaldown p5p1}
${color slate grey}Uploaded: $color${totalup p5p1}

${color #ffcb48}${font StyleBats:size=18}Q ${font DejaVu Sans:size=16}Weather ${hr 1}${font}
$color${image $HOME/.accuweather_conky/cc.png -p 0,830 -s 180x108}
${color slate grey}${execpi 600 sed -n '1p' $HOME/.accuweather_conky/messages}${goto 190}${color slate grey}Temp: $color${alignr}${execpi 600 sed -n '29p' $HOME/.accuweather_conky/curr_cond}°C (${execpi 600 sed -n '30p' $HOME/.accuweather_conky/curr_cond}°C)
${goto 190}${color slate grey}Wind: $color${alignr}${execpi 600 sed -n '31p' $HOME/.accuweather_conky/curr_cond} ${execpi 600 sed -n '32p' $HOME/.accuweather_conky/curr_cond}
${goto 190}${color slate grey}Humidity: $color${alignr}${execpi 600 sed -n '33p' $HOME/.accuweather_conky/curr_cond}
${goto 190}${color slate grey}Dew Point: $color${alignr}${execpi 600 sed -n '37p' $HOME/.accuweather_conky/curr_cond}°C
${goto 190}${color slate grey}Pressure: $color${alignr}${execpi 600 sed -n '34p' $HOME/.accuweather_conky/curr_cond}
${goto 190}${color slate grey}Visibility: $color${alignr}${execpi 600 sed -n '38p' $HOME/.accuweather_conky/curr_cond}
${goto 190}${color slate grey}Cloud Cover: $color${alignr}${execpi 600 sed -n '35p' $HOME/.accuweather_conky/curr_cond}
${goto 190}${color slate grey}UV Index: $color${alignr}${execpi 600 sed -n '36p' $HOME/.accuweather_conky/curr_cond} 
${goto 150}${color slate grey}S/M Rise: $color${alignr}${execpi 600 sed -n '39p' $HOME/.accuweather_conky/curr_cond}/${execpi 600 sed -n '41p' $HOME/.accuweather_conky/curr_cond}
${goto 150}${color slate grey}S/M Set: $color${alignr}${execpi 600 sed -n '40p' $HOME/.accuweather_conky/curr_cond}/${execpi 600 sed -n '42p' $HOME/.accuweather_conky/curr_cond}
${color #ffcb48}${hr 1}${color slate grey}
#${goto 50}${color slate grey}TODAY$color$font${goto 230}${color slate grey}TONIGHT$color$font${image $HOME/.accuweather_conky/tod.png -p 0,975 -s 120x72}${image $HOME/.accuweather_conky/ton.png -p 190,975 -s 120x72}
#
#${goto 145}${execpi 600 sed -n '26p' $HOME/.accuweather_conky/first_days}°C${goto 340}${execpi 600 sed -n '31p' $HOME/.accuweather_conky/first_days}°C
#${goto 140}(${execpi 600 sed -n '27p' $HOME/.accuweather_conky/first_days}°C)${goto 335}(${execpi 600 sed -n '32p' $HOME/.accuweather_conky/first_days}°C)
${color}${goto 30}${color ffe595}${execpi 600 sed -n '5p' $HOME/.accuweather_conky/first_days}${goto 130}${execpi 600 sed -n '10p' $HOME/.accuweather_conky/first_days}${goto 240}${execpi 600 sed -n '15p' $HOME/.accuweather_conky/first_days}$color${font}${image $HOME/.accuweather_conky/6.png -p 0,965 -s 90x54}

${goto 80}${execpi 600 sed -n '8p' $HOME/.accuweather_conky/first_days}°C${goto 190}${execpi 600 sed -n '13p' $HOME/.accuweather_conky/first_days}°C${goto 285}${execpi 600 sed -n '18p' $HOME/.accuweather_conky/first_days}°C
${goto 80}${execpi 600 sed -n '9p' $HOME/.accuweather_conky/first_days}°C${goto 190}${execpi 600 sed -n '14p' $HOME/.accuweather_conky/first_days}°C${goto 285}${execpi 600 sed -n '19p' $HOME/.accuweather_conky/first_days}°C${image $HOME/.accuweather_conky/11.png -p 110,965 -s 90x54}${image $HOME/.accuweather_conky/16.png -p 210,965 -s 90x54}

${font DejaVu Sans:size=6}${execpi 600 sed -n '4p' $HOME/.accuweather_conky/messages}${goto 125}${execpi 600 sed -n '5p' $HOME/.accuweather_conky/messages}${goto 200}${execpi 600 sed -n '6p' $HOME/.accuweather_conky/messages}${font}

#${color #ffcb48}${font StyleBats:size=18}8 ${font DejaVu Sans:size=16}Log ${hr 1}${font}
#
#${color slate grey}/var/log/messages:
#${color}${exec tail -n10 /var/log/messages}

 

I hope you find this little guide helpful. :D

 


Viewing all articles
Browse latest Browse all 7

Trending Articles