

I am running this on a 4 year old laptop, AMD turion 1.8 Ghz, 1 GB Ram. Now my .conkyrc file below, special thx to ubuntu forum conky thread.
# System stats bar
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type panel
own_window_transparent no
own_window_hints undecorated, above, skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# fiddle with window
#use_spacer right
# Use Xft?
use_xft yes
xftfont unDotum:size=8
xftalpha 2
text_buffer_size 2048
# Update interval in seconds
update_interval 1.0
# Minimum size of text area
minimum_size 220 5
maximum_width 255
# Draw shades?
draw_shades no
# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
uppercase no # set to yes if you want all text to be in uppercase
# Stippled borders?
stippled_borders 3
# border margins
#border_margin 9
# border width
#border_width 5
# Default colors
override_utf8_locale yes
# Text alignment, other possible values are commented
alignment top_right
# Gap between borders of screen
gap_x 10
gap_y 0
# Possible variables to be used:
#
# Variable Arguments Description
# acpiacadapter ACPI ac adapter state.
# acpifan ACPI fan state
# acpitemp ACPI temperature.
# adt746xcpu CPU temperature from therm_adt746x
# adt746xfan Fan speed from therm_adt746x
# 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
# downspeed net Download speed in kilobytes
# downspeedf net Download speed in kilobytes with one
# decimal
# exec shell command Executes a shell command and displays
# the output in torsmo. warning: this
# takes a lot more resources than other
# variables. I'd recommend coding wanted
# behaviour in C and posting a patch :-).
# execi interval, shell Same as exec but with specific interval.
# command Interval can't be less than
# update_interval in configuration.
# 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
# meaning temperature. n is number of the
# sensor. See /sys/bus/i2c/devices/ on
# your local computer.
# kernel Kernel version
# 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
# 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
# torsmo 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
# 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 torsmo
# has started.
# 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
# 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
${font Lucida Console:size=50}${color1}${time %H:%M}${font Lucida Console:size=20}${color1}${font Lucida Console:size=20}${time :%S}
${font Lucida Console:size=14}${time %a, %B %d, %Y}
${font Lucida Console:size=10}${color white}SYSTEM ${hr 1}${color}
Hostname: $alignr$nodename
Kernel: $alignr$kernel
Uptime: $alignr$uptime
Temp: ${alignr}${acpitemp}C
Load CPU@${freq}MHz ${alignr}${cpugraph cpu1 20,100}
${voffset -20}$loadavg
Processes: ${alignr}$processes ($running_processes running)
Ram ${alignr}$mem / $memmax ($memperc%)
${membar 4}
Highest CPU $alignr CPU% MEM%
${top name 1}$alignr${top cpu 1}${top mem 1}
${top name 2}$alignr${top cpu 2}${top mem 2}
${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
Highest MEM $alignr CPU% MEM%
${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
${color white}Filesystem ${hr 1}${color}
Root: ${alignr}${fs_free /} / ${fs_size /}
${fs_bar 4 /}
BACKUP: ${alignr}${fs_free /media/sda2} / ${fs_size /media/sda2}
${fs_bar 4 /media/sda2}
PSP: ${alignr}${fs_free /media/sda5} / ${fs_size /media/sda5}
${fs_bar 4 /media/sda5}
MUSIC: ${alignr}${fs_free /media/sda6} / ${fs_size /media/sda6}
${fs_bar 4 /media/sda6}
${color white}NETWORK ${hr 1}${color}
IP address: $alignr ${addr wlan0}
Connection quality: $alignr ${wireless_link_qual_perc wlan0}%
Down ${downspeed wlan0} ${alignr}Up ${upspeed wlan0}
${downspeedgraph wlan0 25,107} ${alignr}${upspeedgraph wlan0 25,107}
Total ${totaldown wlan0} ${alignr}Total ${totalup wlan0}
${color white}World Time ${hr 1}${color}
${color}Seattle $alignr${color2}${tztime America/Vancouver %I}:${tztime America/Vancouver %M}${tztime America/Vancouver %p}
${color}New York $alignr${color2}${tztime America/New_York %I}:${tztime America/New_York %M}${tztime America/New_York %p}
${color}London $alignr${color2}${tztime Europe/London %I}:${tztime Europe/London %M}${tztime Europe/London %p}
${color}Bangalore $alignr${color2}${tztime Asia/Calcutta %I}:${tztime Asia/Calcutta %M}${tztime Asia/Calcutta %p}
${color}Hong Kong $alignr${color2}${tztime Asia/Hong_Kong %I}:${tztime Asia/Hong_Kong %M}${tztime Asia/Hong_Kong %p}
${color}Tokyo $alignr${color2}${tztime Asia/Tokyo %I}:${tztime Asia/Tokyo %M}${tztime Asia/Tokyo %p}
${color white}Weather ${hr 1}${color}
${font}$alignr ${execi 300 conkyForecast --location=INXX0012 --datatype=CN}, ${execi 300 conkyForecast --location=INXX0012 --datatype=CO}
$alignr Last Update: ${execi 300 conkyForecast --location=INXX0012 --hideunits --datatype=LU -m 0}
${voffset -40}${color #a6a6a6}${font ConkyWeather:size=85}${execi 300 conkyForecast --location=INXX0012 --datatype=WF}$color
$font${voffset -167}${alignr}Wind: ${execi 300 conkyForecast --location=INXX0012 --datatype=WS} ${execi 300 conkyForecast --datatype=WD}
${alignr}Humidity: ${execi 300 conkyForecast --location=INXX0012 --datatype=HM}
${alignr}Precipitation: ${execi 300 conkyForecast --location=INXX0012 --startday=0 --datatype=PC}
${alignr}Sunrise: ${execi 300 conkyForecast --location=INXX0012 --datatype=SR}
${alignr}Sunset: ${execi 300 conkyForecast --location=INXX0012 --datatype=SS}
${alignc 30}${execi 300 conkyForecast --location=INXX0012 --datatype=CT}: ${execi 300 conkyForecast --location=INXX0012 --hideunits --datatype=HT} $font $alignr Feels Like: ${execi 300 conkyForecast --location=INXX0012 --datatype=LT}
${alignc 7}${execi 300 conkyForecast --location=INXX0012 --startday=0 --endday=4 --spaces=12 --datatype=DW -w}
${color #a6a6a6}${font ConkyWeather:size=26}${execi 300 conkyForecast --location=INXX0012 --spaces=2 --startday=0 --endday=4 --centeredwidth=1 --datatype=WF}$font$color
${alignc 110}${execi 300 conkyForecast --location=INXX0012 --startday=0 --hideunits --datatype=HT}/${execi 300 conkyForecast --location=INXX0012 --startday=0 --hideunits --datatype=LT}${alignc 0}${execi 300 conkyForecast --location=INXX0012 --startday=1 --hideunits --datatype=HT}/${execi 300 conkyForecast --startday=1 --hideunits --location=INXX0012 --datatype=LT}${alignc -40}${execi 300 conkyForecast --startday=2 --hideunits --location=INXX0012 --datatype=HT}/${execi 300 conkyForecast --location=INXX0012 --startday=2 --hideunits --datatype=LT}${alignc -75}${execi 300 conkyForecast --hideunits --location=INXX0012 --startday=3 --datatype=HT}/${execi 300 conkyForecast --location=INXX0012 --startday=3 --hideunits --datatype=LT}${alignc -105}${execi 300 conkyForecast --location=INXX0012 --startday=4 --hideunits --datatype=HT}/${execi 300 conkyForecast --location=INXX0012 --startday=4 --hideunits --datatype=LT}
$alignc${execi 300 conkyForecast --location=INXX0012 --startday=0 --endday=4 --spaces=11 --datatype=PC}
No comments:
Post a Comment