Re: My Conky Config
Well of course ![]()
Nice screen resolution btw
Delves deeper into code...
CrunchBang Linux Forums » Tips, Tricks & Scripts » My Conky Config
Well of course ![]()
Nice screen resolution btw
Two conky displays: the one on the right shows #! 8.10.02 on my desktop; the one on the left is of #! 8.10.02 running in VirtualBox! Note the similar shapes of the download and upload graphs: that's because I was downloading something in the virtual machine while the real machine was otherwise quiescent. The vbox partition on the real machine holds all the VirtualBox data files, and you can see that it currently holds just a bit more than the four partitions in the virtual machine. Even with all that swap activity the virtual machine is surprisingly responsive!

background no
use_xft yes
xftfont Sans:size=8
xftalpha 1
update_interval 4
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 200
maximum_width 300
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
default_color white
default_shade_color black
default_outline_color white
alignment top_right
gap_x 12
gap_y 12
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale yes
TEXT
${voffset 5}${alignr}${color4}${font Terminus:style=Bold:size=6} OwnitMail ${color1}${font}${execi 600 conkyEmail --servertype=POP --servername=pop1.ownit.nu --username=**** --password=**}
Host:$alignr$nodename
Uptime:$alignr$uptime
HD temp : ${hddtemp /dev/sda}$alignr HD I/O : $diskio
${color ffffff}${diskiograph 15,200}
intel-core1: ${font}${execi 5 sensors | grep 'temp1' | sed -e 's/.* +//' | sed -e 's/.0°C.*//'} °C ${freq_dyn_g cpu1} ghz$alignr${cpu cpu1}%
${color ffffff}${cpubar cpu1}
intel-core2: ${font}${execi 5 sensors | grep 'temp2' | sed -e 's/.* +//' | sed -e 's/.0°C.*//'} °C ${freq_dyn_g cpu2} ghz$alignr${cpu cpu2}%
${color ffffff}${cpubar cpu2}
${font sans-serif:normal:size=8}MINNE ${hr 2}
${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc%
$membar
${font sans-serif:normal:size=8}DISK ${hr 2}
${font sans-serif:normal:size=8}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
SWAP $alignc ${swap} / ${swapmax} $alignr ${swapperc}%
${swapbar}
${font Georgia:normal:size=7}${color3}$alignc PROCESSER ${color}${font}
${voffset -8} ${hr}
${font bitstream vera:normal:size=7}${color1}NAMN ${alignr}RAM%${color}${font}
${top_mem name 1} ${alignr}${top_mem mem 1}
${top_mem name 2} ${alignr}${top_mem mem 2}
${top_mem name 3} ${alignr}${top_mem mem 3}
${font bitstream vera:normal:size=7}${color1}NAMN ${alignr}CPU%${color}${font}
${top name 1} ${alignr}${top cpu 1}
${top name 2} ${alignr}${top cpu 2}
${top name 3} ${alignr}${top cpu 3}
${voffset -8} ${hr}
Stugan: ${execi 100 cat /home/janne/ck.txt}
${voffset -8} ${hr}
${font Webdings:size=16}~${font} Batteri: ${battery_percent C1E9}% ${alignr}${battery_bar 8,60 C1E9}
${voffset -8} ${hr}
${font Georgia:normal:size=7}${color3}$alignc NÄTVERK ${color}${font}
${if_existing /proc/net/route wlan0}
Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 789E2D A7CC5C}
Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 789E2D A7CC5C}
Upload: ${alignr}${totalup wlan0}
Download: ${alignr}${totaldown wlan0}
Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}${else}${if_existing /proc/net/route eth0}
${voffset -8} ${hr}
Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 789E2D A7CC5C}
Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 789E2D A7CC5C}
Upload: ${alignr}${totalup eth0}
Download: ${alignr}${totaldown eth0}${endif}${else}${if_existing /proc/net/route eth1}
Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 789E2D A7CC5C}
Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 789E2D A7CC5C}
Upload: ${alignr}${totalup eth1}
Download: ${alignr}${totaldown eth1}${endif}${else}${font PizzaDude Bullets:size=14}4${font} Network Unavailable${endif}
${voffset -8} ${hr}
#Anslutningar
${color}Inkommande: ${tcp_portmon 1 32767 count} ${color}Utgående:${color}${tcp_portmon 32768 61000 count}${alignr}${color}ALLA: ${tcp_portmon 1 65535 count}
${color}Inkommande ${alignr} Lokal tjänst/Port${color}
${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0}
${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
${color}Utgående anslutning ${alignr} Fjärrservice/Port${color}
${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2} 
Last edited by janne5011 (2009-01-26 21:58:21)
Thanks to everyone for the config posts!
I have tore them apart and created one to work on my AA1.
It's just a start but i'm happy with it, for now ![]()
# Use Xft?
use_xft yes
xftfont Trebuchet MS:size=8
xftalpha 0.8
text_buffer_size 2048
# 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 yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 240 0
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 5
# border width
border_width 1
# Default colors and also border colors
default_color green
default_shade_color red
own_window_colour white
# Text alignment, other possible values are commented
alignment top_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 35
gap_y 30
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer none
TEXT
SYSTEM ${hr 2}
CPU: $alignr ${cpu cpu0}%
${cpugraph cpu0 ffcc00 ff0000}
CPU Temp:${alignr}${acpitempf}F
MEM $alignc $mem / $memmax $alignr $memperc%
${color 48a0d2}${membar}${color}
HOME $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
${color ff0000}${fs_bar /}${color}
NETWORK ${hr 2}
${alignc} wlan0 ${addr wlan0}
Inbound $alignr ${downspeed wlan0} kb/s
${downspeedgraph wlan0 33ffcc 000099}
Outbound $alignr ${upspeed wlan0} kb/s
${upspeedgraph wlan0 ffcc00 ff0000}
Upload: ${alignr}${totalup wlan0}
Download: ${alignr}${totaldown wlan0}
Uptime: ${alignr}${uptime}
Battery: ${alignr}${battery_percent BAT1}%
You wouldn't believe how long it took me to figure out how to get that image there ^ ![]()
EDIT: Seems the CPU temp is incorrect, I am working on it but don't hold your breath
I think I might need sensors working but I can't load modules required. It might have something to do with Kuki kernel? Shooting into the dark atm.
Last edited by nolan- (2009-02-04 12:33:25)

# set to yes if you want Conky to be forked in the background
background yes
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
xftfont Serif:size=8
# Text alpha when using Xft
xftalpha 1
# Update interval in seconds
update_interval 1.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type override
#own_window_type desktop
own_window_type normal #use this if you want a nice shadow to appear around conky
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 200 200
# Maximum width
maximum_width 240
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Draw borders around graphs
draw_graph_borders yes
# Stippled borders?
# stippled_borders 8
# border margins
# border_margin 2
# border width
# border_width 1
# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color white
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 8
gap_y -20
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
##############################################
##############################################
TEXT
${font Distress:size=35}$alignc${time %H:%M}
${voffset -60}${font 28 days later:size=15}$alignc${time %d %b}${font}
${font 28 days later:size=15}System Info ${hr}${font}
Kernel: ${alignr}${kernel}
CPU1: ${cpu cpu1}% ${execi 6 /usr/bin/sensors |grep 'Core 0:' |cut -b 15,16} ${alignr}${cpubar cpu1 8,70}
CPU2: ${cpu cpu2}% ${execi 6 /usr/bin/sensors |grep 'Core 0:' |cut -b 15,16} ${alignr}${cpubar cpu2 8,70}
RAM: $memperc% ${alignr}${membar 8,70}
Uptime: ${alignr}${uptime}
${font 28 days later:size=15}Processes ${hr}${font}
${color}Running: $processes
Active: $running_processes
Processes Detail: ${alignr}${offset -4} ${offset 4}CPU% MEM%
${color Tan1}${offset 17}${top name 1}${alignr}${offset -3} ${top cpu 1} ${top mem 1}
${color}${offset 17}${top name 2}${alignr}${top cpu 2} ${top mem 2}
${offset 17}${top name 3}${alignr}${top cpu 3} ${top mem 3}
${offset 17}${top name 4}${alignr}${top cpu 4} ${top mem 4}
${offset 17}${top name 5}${alignr}${top cpu 5} ${top mem 5}
${font 28 days later:size=15}Drives ${hr}${font}
${color DarkBlue}${fs_bar 15 /}
${color}${voffset -20} #! ${alignr}${fs_used /} / ${fs_size /}${color}
${color DarkBlue}${fs_bar 15 /home/nick/Drives/films/}
${color}${voffset -20} Films ${alignr} ${fs_used /home/nick/Drives/films/} / ${fs_size /home/nick/Drives/films/}${color}
${color DarkBlue}${fs_bar 15 /home/nick/Drives/backup/}
${color}${voffset -20} Backup ${alignr}${fs_used /home/nick/Drives/backup/} / ${fs_size /home/nick/Drives/backup/}${color}
${color DarkBlue}${fs_bar 15 /home/nick/Drives/music/}
${color}${voffset -20} Music ${alignr}${fs_used /home/nick/Drives/music/} / ${fs_size /home/nick/Drives/music/}${color}
${color DarkBlue}${fs_bar 15 /home/nick/Drives/porn/}
${color}${voffset -20} Porn ${alignr} ${fs_used /home/nick/Drives/porn/} / ${fs_size /home/nick/Drives/porn/}${color}
${color DarkBlue}${fs_bar 15 /home/nick/Drives/warez/}
${color}${voffset -20} Warez ${alignr}${fs_used /home/nick/Drives/warez/} / ${fs_size /home/nick/Drives/warez/}${color}
${color DarkBlue}${fs_bar 15 /home/nick/Drives/tv/}
${color}${voffset -20} Telly ${alignr}${fs_used /home/nick/Drives/tv/} / ${fs_size /home/nick/Drives/tv/}${color}
${color DarkBlue}${fs_bar 15 /home/nick/Drives/tv/}
${color}${voffset -20} Shared ${alignr}${fs_used /home/nick/Drives/shared/} / ${fs_size /home/nick/Drives/shared/}${color}
${font 28 days later:size=15}Network ${hr}${font}
(Eth0 ${addr eth0})
${color}Down: ${downspeed eth0} kB/s ${alignr}Up: ${upspeed eth0} kB/s
${downspeedgraph eth0 25,100 000000 ff0000} ${alignr}${upspeedgraph eth0 25,100 000000 00ff00}
Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
${color}(Eth1 ${addr eth1})
${color}Down: ${downspeed eth1} kB/s ${alignr}Up: ${upspeed eth1} kB/s
${downspeedgraph eth1 25,100 000000 ff0000} ${alignr}${upspeedgraph eth1 25,100 000000 00ff00}
Total: ${totaldown eth1} ${alignr}Total: ${totalup eth1}
${font 28 days later:size=15}Music ${hr}${font}
${font Action Jackson:size=12}${exec rhythmbox-client --no-start --print-playing-format %aa}
${exec rhythmbox-client --no-start --print-playing-format %tt}
${exec rhythmbox-client --no-start --print-playing-format %te/%td}${font}
${font 28 days later:size=15}Rss${hr}${font}
${font Airlock:size=12}NEWS${font}
${execi 300 /home/nick/scripts/conky-rss.sh http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml 4 3}
${font Airlock:size=12}SPORT${font}
${execi 300 /home/nick/scripts/conky-rss.sh http://newsrss.bbc.co.uk/rss/sportonline_uk_edition/front_page/rss.xml 2 3}
${font Airlock:size=12}TECH${font}
${execi 300 /home/nick/scripts/conky-rss.sh http://www.techeblog.com/elephant/?mode=atom 2 3}
${execi 300 /home/nick/scripts/conky-rss.sh http://feeds.uk.gizmodo.com/rss/latest/gizmodo/all 2 3}
Last edited by n1ck (2009-01-27 13:13:50)
^ what resolution is that desktop?
24" widescreen LCD, 1,920x1,200 resolution,
.conkyrc_pidgin
~/scripts/conkypidgin.template
Last edited by ESCAPADO (2009-02-09 15:27:43)
can you post the Nas % script and Rapidshare script - pretty please
can you post the Nas % script and Rapidshare script - pretty please
NAS-script (but ist really dirty and it should only work with my NAS)
The RS-Scripts should run with a premium-account... not tested with a collectors-account
rs-diff.sh
rs-files.sh
rs-points.sh
rs-premiumpoints.sh
Last edited by ESCAPADO (2009-01-27 15:39:36)
thanks, its a starting point (NAS)
Hi Guys
I can't seem to get a conky to work. I like ./karlos' so I used his to test. I copied the contents of his/her(?) conky.conf to mine (in /etc/conky) but for some reason there's been no change. I logged out & in, & rebooted pc but conky remains #! default.
What am I doing wrong? I've editted conky.confs in other distros (spec. Antix) with no problems.
I bet it's just summat simple I've missed!
Put conky configs in ~/.conkyrc not /etc/conky/conky.conf
# set to yes if you want Conky to be forked in the background
background yes
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
#xftfont Trebuchet MS:size=10
xftfont Sans:size=8
# Text alpha when using Xft
xftalpha 1
# Update interval in seconds
update_interval 1.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
own_window yes
own_window_transparent yes
#own_window_type override
own_window_type desktop
#own_window_type normal #use this if you want a nice shadow to appear around conky
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 250 250
# Maximum width
maximum_width 250
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Draw borders around graphs
draw_graph_borders no
# Stippled borders?
# stippled_borders 8
# border margins
# border_margin 2
# border width
# border_width 1
# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color white
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 12
gap_y 12
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
##############################################
##############################################
TEXT
SYSTEM INFO ${hr 2}
$alignc$nodename
Kernel: ${alignr}${kernel}
Uptime:$alignr$uptime
RAM:$alignr$mem/$memmax
Swap usage:$alignr$swap/$swapmax
Disk usage:$alignr${fs_used /}/${fs_size /}
Processor #1:$alignr${cpu cpu1}%
NETWORK ${hr 2}
${if_existing /proc/net/route wlan0}
Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 3465A4 729FCF}
Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 3465A4 729FCF}
Upload: ${alignr}${totalup wlan0}
Download: ${alignr}${totaldown wlan0}
Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
Local IP: ${alignr}${addr wlan0}
${else}${if_existing /proc/net/route eth0}
Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 789E2D A7CC5C}
Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 789E2D A7CC5C}
Upload: ${alignr}${totalup eth0}
Download: ${alignr}${totaldown eth0}
Local IP: ${alignr}${addr eth0}
${endif}${else}
Network Unavailable
${endif}
MUSIC ${hr 2}
${exec rhythmbox-client --no-start --print-playing-format %aa}
${exec rhythmbox-client --no-start --print-playing-format %tt}
${exec rhythmbox-client --no-start --print-playing-format %te/%td}
Here's mine it has every thing that I need on it.
# This ugly and unpolished .conkyrc banged together by:
# WhyNotCrashDifferently? <whynotcrashdifferently@gmail.com>
# Based on ideas and code filched from:
# http://crunchbanglinux.org
# http://ubuntuforums.org
background no
use_xft yes
xftfont Bitstream Vera Sans Mono:size=9
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window no
double_buffer yes
minimum_size 400 0
maximum_width 800
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders yes
stippled_borders 8
border_margin 4
border_width 1
default_color white
default_shade_color black
default_outline_color white
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
alignment top_right
gap_x 10
gap_y 35
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer right
color1 white
color2 A7D33A
text_buffer_size 2048
TEXT
${color2}${voffset -20}${offset 30}${font vtksrevolt:size=75}${execi 1800 conkyForecast --location=CAXX0184 --datatype=CT}${font}
${color1}${font ConkyWeather:style=Bold:size=80}${execi 1800 conkyForecast --location=CAXX0184 --datatype=WF}${font}${voffset -100}${font Bitstream Vera Sans Mono:size=35}${execi 1800 conkyForecast --location=CAXX0184 --datatype=HT --centeredwidth=4}/${execi 1800 conkyForecast --location=CAXX0184 --datatype=LT --centeredwidth=4}${font}
${offset 175}${voffset 10}${color2}${font vtksrevolt:size=50}${time %a %d %b}${font}
${offset 175}${color2}${font openlogos:size=45}u${font}${color1}${offset 10}${voffset -45}${font Bitstream Vera Sans Mono:size=35}${time %H:%M}${font}
${offset 175}${color2}${font vtksrevolt::size=50}Rhythmbox${font}
${offset 175}${voffset 5} ${color1}${exec conkyRhythmbox --datatype=TI}
${offset 175} ${color1}${exec conkyRhythmbox --datatype=AR}
${offset 175} ${color1}${exec conkyRhythmbox --datatype=PT}/${exec conkyRhythmbox --datatype=LE}
${offset 175}${voffset -10}${color2}${font vtksrevolt::size=50}CrunchBang${font}
${offset 175}${voffset 5}${color2} Kernel: ${color1}$kernel
${offset 175}${color2} Uptime: ${color1}$uptime
${offset 175}${color2} RAM: ${color1}$memperc% ${membar 8,60}
${offset 175}${color2} CPU1: ${color1}${cpu cpu1}% ${cpubar cpu1 8,60}
${offset 175}${color2} CPU2: ${color1}${cpu cpu2}% ${cpubar cpu2 8,60}
${offset 175}${color2} CPU3: ${color1}${cpu cpu3}% ${cpubar cpu3 8,60}
${offset 175}${color2} CPU4: ${color1}${cpu cpu4}% ${cpubar cpu4 8,60}
${offset 175}${color2} Swap: ${color1}$swapperc% ${swapbar 8,60}
${offset 175}${color2} Root: ${color1}${fs_free_perc /}% free ${fs_bar 8,60 /}
${offset 175}${color2} Home: ${color1}${fs_free_perc /home}% free ${fs_bar 8,60 /home}
${offset 175}${color2} Up: ${color1}${upspeed eth0}kb/s ${upspeedgraph eth0 8,60 BEBEBE BEBEBE}
${offset 175}${color2} Down: ${color1}${downspeed eth0}kb/s ${downspeedgraph eth0 8,60 BEBEBE BEBEBE}
${offset 175}${color2} Upload: ${color1}${totalup eth0}
${offset 175}${color2} Download: ${color1}${totaldown eth0}
Last edited by WhyNotCrashDifferently? (2009-01-29 00:01:09)

http://crunchbanglinux.org/pastebin/136 (.conkyrc_mus)
http://crunchbanglinux.org/pastebin/137 (.conkyrc_net)
http://crunchbanglinux.org/pastebin/138 (.conkyrc_pidg)
http://crunchbanglinux.org/pastebin/139 (.conkyrc_system)
http://crunchbanglinux.org/pastebin/140 (.conkyrc_weath)
I'm not 100% sure atm whether the update script is really working (http://crunchbanglinux.org/forums/post/3491/#p3491).
Pidgin contacts needs conkyPidgin.
For weather I use this: http://bbs.archlinux.org/viewtopic.php?pid=323286
And my conkypidgin.template:
[alias] / [status]Last edited by Hanna (2009-01-29 21:15:00)
Sweet setup Hanna
I'm having an issue with the temperatures when using conkyWeather, here's a screenshot:
Anyone know how to fix this? Thanks!
override_utf8_locale yesMy latest conky:

http://anonymous-bot.deviantart.com/art -105827014
override_utf8_locale yes
I did this, but I still have a "y" before the temperature, any ideas?
ZeroTruths wrote:override_utf8_locale yesI did this, but I still have a "y" before the temperature, any ideas?
I have a strong feeling that it has to do with your fonts. Can you post the section of code that is displaying that chunk of Conky?
sp219 wrote:ZeroTruths wrote:override_utf8_locale yesI did this, but I still have a "y" before the temperature, any ideas?
I have a strong feeling that it has to do with your fonts. Can you post the section of code that is displaying that chunk of Conky?
WEATHER ${hr 2}
${if_existing /proc/net/route wlan0}
${voffset -8}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=USFL0236 --datatype=WF}${font}
${voffset -52}${font Weather:size=40}y${font} ${voffset -38}${font Trebuchet MS:size=26}${execi 600 conkyForecast --location=USFL0236 --datatype=HT}${font}
${voffset 0}${font}Barometer Tendency: ${alignr}${execi 600 conkyForecast --location=USFL0236 --datatype=BD}
${voffset 0}Humidity: ${alignr}${execi 600 conkyForecast --location=USFL0236 --datatype=HM}
${voffset 0}${font}Wind Speed: ${alignr}${execi 600 conkyForecast --location=USFL0236 --hideunits --datatype=WS} km/h ${execi 600 conkyForecast --location=USFL0236 --hideunits --datatype=WD}
${voffset 0}${font}Wind Gusts: ${alignr}${execi 600 conkyForecast --location=USFL0236 --datatype=WG}
${voffset 0}Daylight: ${alignr}${execi 600 conkyForecast --location=USFL0236 --datatype=SR} - ${execi 600 conkyForecast --location=USFL0236 --datatype=SS}
${font Trebuchet MS:size=12}${execi 600 conkyForecast --location=USFL0236 --datatype=MP}
${voffset -30}${alignr 42}${font MoonPhases:size=28}${execi 600 conkyForecast --location=USFL0236 --datatype=MF}${font}
${else}${if_existing /proc/net/route eth0}
${voffset -8}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=USFL0236 --datatype=WF}${font}
${voffset -52}${font Weather:size=40}y${font} ${voffset -38}${font Trebuchet MS:size=26}${execi 600 conkyForecast --location=USFL0236 --datatype=HT}${font}
${voffset 0}${font}Barometer Tendency: ${alignr}${execi 600 conkyForecast --location=USFL0236 --datatype=BD}
${voffset 0}Humidity: ${alignr}${execi 600 conkyForecast --location=USFL0236 --datatype=HM}
${voffset 0}${font}Wind Speed: ${alignr}${execi 600 conkyForecast --location=USFL0236 --hideunits --datatype=WS} km/h ${execi 600 conkyForecast --location=USFL0236 --hideunits --datatype=WD}
${voffset 0}${font}Wind Gusts: ${alignr}${execi 600 conkyForecast --location=USFL0236 --datatype=WG}
${voffset 0}Daylight: ${alignr}${execi 600 conkyForecast --location=USFL0236 --datatype=SR} - ${execi 600 conkyForecast --location=USFL0236 --datatype=SS}
${font Trebuchet MS:size=12}${execi 600 conkyForecast --location=USFL0236 --datatype=MP}
${voffset -30}${alignr 42}${font MoonPhases:size=28}${execi 600 conkyForecast --location=USFL0236 --datatype=MF}${font}
${endif}${else}
${font PizzaDude Bullets:size=14}4${font} Weather Unavailable
${endif}Just noticed it myself when I posted it:
${voffset -52}${font Weather:size=40}y${font} ${voffset -38}${font Trebuchet MS:size=26}${execi 600 conkyForecast --location=USFL0236 --datatype=HT}${font}
After removing that it looks fine.
Last edited by sp219 (2009-02-01 02:07:09)
Posts [ 151 to 175 of 2,565 ]
CrunchBang Linux Forums » Tips, Tricks & Scripts » My Conky Config
Forums powered by PunBB. Hosted by Linode.
Copyright © CrunchBang Linux.
Proudly powered by Debian GNU/Linux.
Debian is a registered trademark of Software in the Public Interest, Inc.